public static new void Show() { if (Instance == null) { Instance = new Credits(); Instance.Opacity = 0; Instance.Show(Main.Instance); Instance.DTimer.Start(); } }
private void CreditsMenuItem_Click(object sender, EventArgs e) { Credits.Show(); }
protected override void OnClosed(EventArgs e) { DTimer.Dispose(); Instance = null; }