예제 #1
0
파일: Form1.cs 프로젝트: szp11/copyFile2Usb
        private void toolStripButton6_Click(object sender, EventArgs e)
        {
            about about = new about();

            about.Show();
        }
예제 #2
0
파일: Form1.cs 프로젝트: heran/copyFile2Usb
 private void toolStripButton6_Click(object sender, EventArgs e)
 {
     about about = new about();
     about.Show();
 }