private void OnCreditButton(object sender, EventArgs args) { Credits dlg = new Credits(); dlg.ShowDialog(this); }