예제 #1
0
        private void mnuAbout_Click(object sender, EventArgs e)
        {
            AboutClient about = new AboutClient();

            about.ShowDialog();
            about.Dispose();
        }
예제 #2
0
 private void mnuAbout_Click(object sender, EventArgs e)
 {
     AboutClient about = new AboutClient();
     about.ShowDialog();
     about.Dispose();
 }