[NUI] Add FrameComponent dll sample (#2106)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Wed, 21 Oct 2020 01:13:30 +0000 (10:13 +0900)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 01:13:30 +0000 (10:13 +0900)
commite33975222a34e9973d0dc073113216bcc11ff0a0
tree082f4fdece3dd13812a4291d7f512602b3e650c8
parente9a9d3f081f6956d508c494f72893eaeca9f40f7
[NUI] Add FrameComponent dll sample (#2106)

- copy FrameComponentDll to '/opt/usr/' path.
- launch
app_launcher -s org.tizen.example.NUIComponentApplication __AUL_COMPONENT_ID__ csharp_frame3

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
test/Tizen.NUI.ComponentApplication/FrameComponentDll/FrameComponentDll.cs [new file with mode: 0755]
test/Tizen.NUI.ComponentApplication/FrameComponentDll/FrameComponentDll.csproj [new file with mode: 0755]
test/Tizen.NUI.ComponentApplication/FrameComponentDll/shared/res/FrameComponentDll.png [new file with mode: 0755]
test/Tizen.NUI.ComponentApplication/NUIComponentApplication/NUIComponentApplication.cs