Exemplo n.º 1
0
 public void NavigatingFrom(NavigatingEventArgs e)
 {
     if (socketClient != null)
     {
         ExcuteTimer.Stop();
     }
     FuncDoAction       = null;
     FuncRefershOffLine = null;
 }
 public void NavigatingFrom(NavigatingEventArgs e)
 {
     if (socketClient != null)
     {
         ExcuteTimer.Stop();
     }
     FuncDoAction       = null;
     FuncRefershOffLine = null;
     ExcuteTimer.Tick  -= new EventHandler(ItemDetail_Tick);
 }
 public void NavigatingFrom(NavigatingEventArgs e)
 {
     if (socketClient != null)
     {
         ExcuteTimer.Stop();
     }
     FuncDoAction       = null;
     ExcuteTimer.Tick  -= new EventHandler(MasterItems_Tick);
     FuncUpdateStatus  -= RefreshMasterItems;
     FuncRefershOffLine = null;
 }
Exemplo n.º 4
0
 public void NavigatingFrom(NavigatingEventArgs e)
 {
     if (socketClient != null)
     {
         ExcuteTimer.Stop();
     }
     FuncDoAction       = null;
     FuncRefershOffLine = null;
     ExcuteTimer.Tick  -= new EventHandler(MasterDetail_Tick);
     SampleDataSource.Instance.CurrentMasterId = SelectedItem.ItemId;
 }