[Tizen.Applications.ThemeManager] add new apis for ThemeManager (#1913)
authorkilig <inkyun.kil@samsung.com>
Wed, 26 Aug 2020 00:47:32 +0000 (09:47 +0900)
committerGitHub <noreply@github.com>
Wed, 26 Aug 2020 00:47:32 +0000 (09:47 +0900)
commit4c429c8615a4784e89d23394a0d81d44d2fb6143
tree7455c490710c17249e54745596fda027abe16591
parentacf6efb6ffbd9fafd1bc11dcdfb6a02a4ab19fa7
[Tizen.Applications.ThemeManager] add new apis for ThemeManager (#1913)

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Co-authored-by: TizenAPI-Bot <37820187+TizenAPI-Bot@users.noreply.github.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
internals/src/Tizen.Applications.ThemeManager/Interop/Interop.Libraries.cs [new file with mode: 0755]
internals/src/Tizen.Applications.ThemeManager/Interop/Interop.ThemeManager.cs [new file with mode: 0755]
internals/src/Tizen.Applications.ThemeManager/Tizen.Applications.ThemeManager.csproj [new file with mode: 0755]
internals/src/Tizen.Applications.ThemeManager/Tizen.Applications.ThemeManager.sln [new file with mode: 0755]
internals/src/Tizen.Applications.ThemeManager/Tizen.Applications.ThemeManager/Theme.cs [new file with mode: 0755]
internals/src/Tizen.Applications.ThemeManager/Tizen.Applications.ThemeManager/ThemeEventArgs.cs [new file with mode: 0755]
internals/src/Tizen.Applications.ThemeManager/Tizen.Applications.ThemeManager/ThemeLoader.cs [new file with mode: 0755]