[Tizen.Applications.EventManager] Add new apis for event system (#761)
authorkilig <inkyun.kil@samsung.com>
Thu, 28 Mar 2019 01:29:12 +0000 (10:29 +0900)
committerpjh9216 <jh9216.park@samsung.com>
Thu, 28 Mar 2019 01:29:12 +0000 (10:29 +0900)
commitb3e9d84e0887f9d0ff33e454cc482733aa592e6c
tree843c560265d413d27e47e9f2f14dd63f8173f324
parent4ac3eb70c53c059c656c6867f39e10c6add8a857
[Tizen.Applications.EventManager] Add new apis for event system (#761)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
src/Tizen.Applications.EventManager/Interop/Interop.AppEvent.cs [new file with mode: 0755]
src/Tizen.Applications.EventManager/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.Applications.EventManager/Tizen.Applications.EventManager.csproj [new file with mode: 0755]
src/Tizen.Applications.EventManager/Tizen.Applications.EventManager.sln [new file with mode: 0755]
src/Tizen.Applications.EventManager/Tizen.Applications/ApplicationEventManager.cs [new file with mode: 0755]
src/Tizen.Applications.EventManager/Tizen.Applications/ErrorFactory.cs [new file with mode: 0755]
src/Tizen.Applications.EventManager/Tizen.Applications/EventManagerEventArgs.cs [new file with mode: 0755]
src/Tizen.Applications.EventManager/Tizen.Applications/EventReceiver.cs [new file with mode: 0755]
src/Tizen.Applications.EventManager/Tizen.Applications/SystemEvents.cs [new file with mode: 0755]