Beispiel #1
0
 private void StatsTimer_Tick(object sender, EventArgs e)
 {
     RequestStats?.Invoke(this, EventArgs.Empty);
 }
Beispiel #2
0
 private void Tick(object source)
 {
     RequestStats?.Invoke(this, EventArgs.Empty);
 }