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