Exemple #1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::Photo.View.Main obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Images(obj.Images, phase);
         }
     }
 }
Exemple #2
0
            // Main_obj1_Bindings

            public void SetDataRoot(global::Photo.View.Main newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }