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