[NUI] Fix build warning CS0109
authorSunghyun Kim <scholb.kim@samsung.com>
Thu, 10 Dec 2020 09:10:49 +0000 (18:10 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
https://docs.microsoft.com/ko-kr/dotnet/csharp/misc/cs0109

src/Tizen.NUI/src/internal/ViewWrapperImpl.cs

index 74fbedf..502c9aa 100755 (executable)
@@ -94,8 +94,8 @@ namespace Tizen.NUI
 
         public new OnSceneConnectionDelegate OnSceneConnection;
         public new OnSceneDisconnectionDelegate OnSceneDisconnection;
-        public new OnSceneConnectionDelegate OnStageConnection;
-        public new OnSceneDisconnectionDelegate OnStageDisconnection;
+        public OnSceneConnectionDelegate OnStageConnection;
+        public OnSceneDisconnectionDelegate OnStageDisconnection;
         public new OnChildAddDelegate OnChildAdd;
         public new OnChildRemoveDelegate OnChildRemove;
         public new OnPropertySetDelegate OnPropertySet;