[NUI] Add Component Application (#1148) (#1157)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 3 Dec 2019 01:23:46 +0000 (10:23 +0900)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2019 01:23:46 +0000 (10:23 +0900)
commit622cc1c47f2ad86533a0a3045d4b1e85d23d9240
tree717161e045917fca6289a0a00b45b363a22e990d
parent41cffaf5aa2d2cb6957ff6362d605d02b87797bb
[NUI] Add Component Application (#1148) (#1157)

* Add component

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change Bug

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI]Modify Last

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Add to mange frame component

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change Sln file

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change mod

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* Change sln

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
* [NUI] fix comment

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.Applications.ComponentBased/AssemblyAttr.cs [new file with mode: 0755]
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/Tizen.NUI.sln
src/Tizen.NUI/src/internal/ComponentApplication.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.ComponentApplication.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/internal/NUIComponentCoreBackend.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/NUIWindowInfo.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/NUIComponentApplication.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/NUIFrameComponent.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Window.cs