[NUI] Constructor of NUIWidgetApplication is opened public in API level7 (#1241)
authortscholb <scholb.kim@samsung.com>
Tue, 16 Jun 2020 01:54:30 +0000 (10:54 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 01:54:30 +0000 (10:54 +0900)
For apply multiple class of Widget, this API need to open public

src/Tizen.NUI/src/public/NUIWidgetApplication.cs

index 2857c66..0bec8a1 100755 (executable)
@@ -42,7 +42,6 @@ namespace Tizen.NUI
         /// The constructor for multi widget class and instance.
         /// </summary>
         /// <param name="widgetTypes">List of derived widget class type.</param>
-        [EditorBrowsable(EditorBrowsableState.Never)]
         public NUIWidgetApplication(Dictionary<System.Type, string> widgetTypes) : base(new NUIWidgetCoreBackend())
         {
             NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend;