[NUI] Initialize C# items if required
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 14 Dec 2023 02:44:43 +0000 (11:44 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 27 Dec 2023 03:19:22 +0000 (12:19 +0900)
commit02301fc14629ef64f2f0f7a0b949373d94a85e80
tree0cf7ac514903a5f37fc481cfdf62eb069a5bd385
parent849ca81c88271712bea588b3a405ca4b1d4ebb68
[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