Inheritance: System.Windows.Forms.Form
コード例 #1
0
ファイル: Form1.cs プロジェクト: Jambo51/Battle_Script_Pro
 private void OpenSettingsForm()
 {
     Form7 frm = new Form7(this);
     frm.Show();
 }