コード例 #1
0
 public FormMenuPrincipal()
 {
     InitializeComponent();
     formGame       = new FormGame();
     formScoreTable = new FormScoreTable();
 }