Example #1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::thithuchanh.Views.Page1 obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // Views\Page1.xaml line 14
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_ItemsControl_ItemsSource(this.obj3, obj, null);
     }
 }
Example #2
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::thithuchanh.Views.Page1)newDataRoot;
         return(true);
     }
     return(false);
 }