copy dali-sharp into nui
[platform/core/csapi/tizenfx.git] / sharp / internal / PropertyCondition.cs
old mode 100755 (executable)
new mode 100644 (file)
similarity index 95%
rename from src/Tizen.NUI/devel-src/PropertyCondition.cs
rename to sharp/internal/PropertyCondition.cs
index 8550627..65abe14
@@ -2,15 +2,15 @@
 // <auto-generated />
 //
 // This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.9
+// Version 3.0.10
 //
 // Do not make changes to this file unless you know what you are doing--modify
 // the SWIG interface file instead.
 //------------------------------------------------------------------------------
 
-namespace Tizen.NUI {
+namespace Dali {
 
-    internal class PropertyCondition : BaseHandle {
+public class PropertyCondition : BaseHandle {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal PropertyCondition(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.PropertyCondition_SWIGUpcast(cPtr), cMemoryOwn) {
@@ -26,7 +26,7 @@ namespace Tizen.NUI {
   }
 
   public override void Dispose() {
-    if (!Stage.IsInstalled()) {
+    if (!Window.IsInstalled()) {
       DisposeQueue.Instance.Add(this);
       return;
     }