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