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