[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compat... 63/142063/3
authorxb.teng <xb.teng@samsung.com>
Wed, 2 Aug 2017 18:19:40 +0000 (02:19 +0800)
committerxb.teng <xb.teng@samsung.com>
Wed, 2 Aug 2017 18:40:08 +0000 (02:40 +0800)
Change-Id: I5bb2131508e5ed48f2a4392eda8a5f4c07fb1c78

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;
+            }
+        }
     }
 }