예제 #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     this.bindingsTracking.ReleaseAllListeners();
     if (newDataRoot != null)
     {
         this.dataRoot = (global::InwentarzRzeczowy.UWP.Views.MainView)newDataRoot;
         return(true);
     }
     return(false);
 }
예제 #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::InwentarzRzeczowy.UWP.Views.MainView obj, int phase)
 {
     this.Update_Windows_ApplicationModel_Package_Current(global::Windows.ApplicationModel.Package.Current, phase);
 }