Ejemplo n.º 1
0
 private void pilih_comport_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.A)
     {
         tentang t = new tentang(); t.ShowDialog(this);
     }
 }
Ejemplo n.º 2
0
 private void btn_about_Click(object sender, EventArgs e)
 {
     tentang t = new tentang(); t.ShowDialog(this);
 }