Exemplo n.º 1
0
 public DowntimesTracker(CstApp cstApp)
 {
     _cstApp = cstApp;
     Clear.Execute(null);
 }
Exemplo n.º 2
0
 public EasyGuiViewModel(CstApp cstApp)
 {
     _cstApp = cstApp;
     _cstApp.User.AddStaticResource("EasyGuiViewModel", this);
     _cstApp.User.CreateIdleGuiTimer(TimeSpan.FromMilliseconds(100), Timer_Tick);
 }