Inheritance: System.Windows.Forms.Form
コード例 #1
0
ファイル: Login.cs プロジェクト: antang/NewCapstoneProject
 private void openComposing(object obj)
 {
     GameShowControl gsc = new GameShowControl(UserID,UserName,Pass);
     Application.Run(gsc);
 }