// Update methods for each path node used in binding steps.
 private void Update_(global::Demo_MvvmLight.Views.ShowAccountPage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Lis_ShowAccount(obj.Lis_ShowAccount, phase);
         }
     }
 }
            // ShowAccountPage_obj1_Bindings

            public void SetDataRoot(global::Demo_MvvmLight.Views.ShowAccountPage newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }