Esempio n. 1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::PokemonClient.Models.Region)newDataRoot;
         return(true);
     }
     return(false);
 }
 private void Update_View(global::PokemonClient.Models.Region obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_View_RegionName(obj.RegionName, phase);
         }
     }
 }