コード例 #1
0
        private void mnuAbout_Click(object sender, EventArgs e)
        {
            AboutClient about = new AboutClient();

            about.ShowDialog();
            about.Dispose();
        }
コード例 #2
0
ファイル: ClientWin.cs プロジェクト: SteveMoody73/Amleto
 private void mnuAbout_Click(object sender, EventArgs e)
 {
     AboutClient about = new AboutClient();
     about.ShowDialog();
     about.Dispose();
 }