[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compat... 13/144113/1
authorminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 11:10:14 +0000 (20:10 +0900)
committerminho.sun <minho.sun@samsung.com>
Mon, 14 Aug 2017 11:16:13 +0000 (20:16 +0900)
This reverts commit 1c6b14e847566b779257cc11bf9242a034d0b0d5.

Change-Id: I8dbce929f4fb72ee4154dcc59acfcc8306874c9d

Tizen.NUI/src/public/NUIApplication.cs

index 3f7823d..af6f261 100755 (executable)
@@ -210,5 +210,17 @@ namespace Tizen.NUI
                 resourceManager = value;
             }
         }
+
+        /// <summary>
+        /// Get the window instance.
+        /// </summary>
+        [Obsolete("Please do not use! this will be deprecated")]
+        public Window Window
+        {
+            get
+            {
+                return Window.Instance;
+            }
+        }
     }
 }