Exemplo n.º 1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::FlightAppEliasGryp.Models.Product)newDataRoot;
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
 private void Update_Product(global::FlightAppEliasGryp.Models.Product obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_Product_Image(obj.Image, phase);
             this.Update_Product_M_GetFormattedPrice_757602046(phase);
             this.Update_Product_Name(obj.Name, phase);
         }
     }
 }