Esempio n. 1
0
 public void OnResume()
 {
     TViewModel.IAutoRefreshCodeHost host = this;
     host.StartTimer();
 }
Esempio n. 2
0
 public void OnStop()
 {
     TViewModel.IAutoRefreshCodeHost host = this;
     host.StopTimer();
 }