예제 #1
0
 private void pilih_comport_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.A)
     {
         tentang t = new tentang(); t.ShowDialog(this);
     }
 }
예제 #2
0
파일: help.cs 프로젝트: cakfan/BellSchedule
 private void btn_about_Click(object sender, EventArgs e)
 {
     tentang t = new tentang(); t.ShowDialog(this);
 }