From 0ea683e2bb4382a1f946168e5ee1d792b44077fa Mon Sep 17 00:00:00 2001 From: "huiyu,eun" Date: Tue, 19 Dec 2017 09:54:22 +0900 Subject: [PATCH] [NUI] Add Window function back Change-Id: Ibd16811e784ee3c25db8af223bfbc1ac1934a682 Signed-off-by: huiyu,eun --- src/Tizen.NUI/src/public/NUIApplication.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/Tizen.NUI/src/public/NUIApplication.cs b/src/Tizen.NUI/src/public/NUIApplication.cs index 97bba6c..cb2c50d 100755 --- a/src/Tizen.NUI/src/public/NUIApplication.cs +++ b/src/Tizen.NUI/src/public/NUIApplication.cs @@ -246,5 +246,19 @@ namespace Tizen.NUI resourceManager = value; } } + + /// + /// Gets the window instance. + /// + /// 3 + [Obsolete("Please do not use! This will be deprecated!")] + [EditorBrowsable(EditorBrowsableState.Never)] + public Window Window + { + get + { + return Window.Instance; + } + } } } -- 2.7.4