Beispiel #1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::NogiFan.ExchangePage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Message(obj.Message, phase);
             this.Update_a(obj.a, phase);
             this.Update_b(obj.b, phase);
             this.Update_c(obj.c, phase);
             this.Update_t3(obj.t3, phase);
             this.Update_menu(obj.menu, phase);
         }
     }
 }
Beispiel #2
0
            // ExchangePage_obj1_Bindings

            public void SetDataRoot(global::NogiFan.ExchangePage newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }