Наследование: System.Windows.Forms.Form
Пример #1
0
 private void OpenSettingsForm()
 {
     Form7 frm = new Form7(this);
     frm.Show();
 }