From 9a7ebb6e39152f1b3383aed02816cb5df1353dcd Mon Sep 17 00:00:00 2001 From: tscholb Date: Wed, 26 Jun 2019 11:21:26 +0900 Subject: [PATCH] [NUI] Change GetDefaultWindow() to static func (#902) --- src/Tizen.NUI/src/public/NUIApplication.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tizen.NUI/src/public/NUIApplication.cs b/src/Tizen.NUI/src/public/NUIApplication.cs index cb69eb6e0..129d86b47 100755 --- a/src/Tizen.NUI/src/public/NUIApplication.cs +++ b/src/Tizen.NUI/src/public/NUIApplication.cs @@ -205,8 +205,9 @@ namespace Tizen.NUI /// /// The default Window. /// 6 + /// This will be public opened after ACR done. (Before ACR, need to be hidden as Inhouse API) [EditorBrowsable(EditorBrowsableState.Never)] - public Window GetDefaultWindow() + public static Window GetDefaultWindow() { return Window.Instance; } -- 2.34.1