Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
 private void OpenSettingsForm()
 {
     Form7 frm = new Form7(this);
     frm.Show();
 }