projects
/
platform
/
core
/
csapi
/
nui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff4d09
)
[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compat...
13/144113/1
author
minho.sun
<minho.sun@samsung.com>
Mon, 14 Aug 2017 11:10:14 +0000
(20:10 +0900)
committer
minho.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
patch
|
blob
|
history
diff --git
a/Tizen.NUI/src/public/NUIApplication.cs
b/Tizen.NUI/src/public/NUIApplication.cs
index
3f7823d
..
af6f261
100755
(executable)
--- a/
Tizen.NUI/src/public/NUIApplication.cs
+++ b/
Tizen.NUI/src/public/NUIApplication.cs
@@
-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;
+ }
+ }
}
}