示例#1
0
 private void BackgroundAircraftLoad(object sender)
 {
     try
     {
         if (tempStore is AircraftProxy)
         {
             tempStore.LoadRealObject();
         }
     }
     catch (Exception ex)
     {
         Program.Provider.Logger.Log("Error while loading data", ex);
         return;
     }
 }