[NUI] Initialize C# items if required
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 14 Dec 2023 02:44:43 +0000 (11:44 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Jan 2024 09:23:06 +0000 (18:23 +0900)
commita3a8eb70efc53d3477d52f84713e0af7daccd538
tree6f842a1cdaacca7353cd6ab30889723fa6a42fd4
parentd60856ad3589cda74b409f4a286610bcd708e0f2
[NUI] Initialize C# items if required

We have create ProcessorController constructor without initalize as default.

If NUI core want to change this policy, we can initialize at constructor time.
But this case code has some error. It didn't create C# side objects and only create
native side.

Let we make constructor with initialize works well now.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Common/ProcessorController.cs