Beispiel #1
0
 private void Update_ViewModel_FlightInfo_Flight(global::FlightAppEliasGryp.Models.Flight obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_ViewModel_FlightInfo_Flight_Plane(obj.Plane, phase);
         }
     }
 }
Beispiel #2
0
 private void Update_ViewModel_FlightInfo_Flight(global::FlightAppEliasGryp.Models.Flight obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_ViewModel_FlightInfo_Flight_FlightNumber(obj.FlightNumber, phase);
             this.Update_ViewModel_FlightInfo_Flight_ExpectedArrivalTime(obj.ExpectedArrivalTime, phase);
         }
     }
 }