Exemplo n.º 1
0
 private void ApplicationIdle(object sender, EventArgs e)
 {
     Debug.WriteLine("idle..");
     AppLoopDoWork?.Invoke(this, e);
 }
Exemplo n.º 2
0
 private void ApplicationIdle(object sender, EventArgs e)
 {
     AppLoopDoWork?.Invoke(this, e);
 }