Exemplo n.º 1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::Цей_день.ResultPage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_text(obj.text, phase);
         }
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_model(obj.model, phase);
         }
     }
 }
Exemplo n.º 2
0
            // ResultPage_obj1_Bindings

            public void SetDataRoot(global::Цей_день.ResultPage newDataRoot)
            {
                this.bindingsTracking.ReleaseAllListeners();
                this.dataRoot = newDataRoot;
            }