[NUI] Add Component Application (#1148)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Fri, 29 Nov 2019 05:25:42 +0000 (14:25 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 29 Nov 2019 05:25:42 +0000 (14:25 +0900)
commit553e4e32554a37365d1a7b68a3e8d7c703bb114d
tree18a64b6c09d88521c2ed33b76bccceac82b9de80
parent17188b2c16933e800ad5c81ca60f5a2ff8267d37
[NUI] Add Component Application (#1148)

* 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