[Tizen.Applications.EventManager] Add new apis for event system (#738)
authorkilig <inkyun.kil@samsung.com>
Thu, 21 Mar 2019 07:39:28 +0000 (16:39 +0900)
committerpjh9216 <jh9216.park@samsung.com>
Thu, 21 Mar 2019 07:39:28 +0000 (16:39 +0900)
commite1f009f0f4c4c4fffbe996f977b4a422373d6c97
tree49b9825f70f56d6feda0378e584ee93a68160c79
parentadc32d064a8c8a38ca69da26a06bd2443305e590
[Tizen.Applications.EventManager] Add new apis for event system (#738)

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]