projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b5fc1a
)
[Tizen] Add obsolete attribute for Window property of NUIApplication, backward compat...
author
xb.teng
<xb.teng@samsung.com>
Wed, 2 Aug 2017 18:19:40 +0000
(
02:19
+0800)
committer
xb.teng
<xb.teng@samsung.com>
Wed, 2 Aug 2017 18:40:08 +0000
(
02:40
+0800)
Change-Id: I5bb2131508e5ed48f2a4392eda8a5f4c07fb1c78
src/Tizen.NUI/src/public/NUIApplication.cs
patch
|
blob
|
history
diff --git
a/src/Tizen.NUI/src/public/NUIApplication.cs
b/src/Tizen.NUI/src/public/NUIApplication.cs
index
3f7823d
..
af6f261
100755
(executable)
--- a/
src/Tizen.NUI/src/public/NUIApplication.cs
+++ b/
src/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;
+ }
+ }
}
}