private void ShowStats() { if (statsForm != null) { if (statsForm.IsDisposed) { statsForm = null; } } if (statsForm == null) { statsForm = new StatsForm(this); //statsForm.Init(); } statsForm.Show(); }
private void ShowStats() { if (statsForm != null) if (statsForm.IsDisposed) statsForm = null; if (statsForm == null) { statsForm = new StatsForm(this); //statsForm.Init(); } statsForm.Show(); }