コード例 #1
0
ファイル: MainForm.cs プロジェクト: Dawn-of-Light/ItemCreator
 private void aboutForm_click(object sender, EventArgs e)
 {
     about aboutForm = new about();
     aboutForm.ShowDialog();
 }
コード例 #2
0
ファイル: MainForm.cs プロジェクト: Roare/ItemCreator
        private void aboutForm_click(object sender, EventArgs e)
        {
            about aboutForm = new about();

            aboutForm.ShowDialog();
        }