예제 #1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::WoundManagementSystem.Dashboard obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_appointmentList(obj.appointmentList, phase);
             this.Update_patientList(obj.patientList, phase);
         }
     }
 }
예제 #2
0
            // Dashboard_obj1_Bindings

            public void SetDataRoot(global::WoundManagementSystem.Dashboard newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }