Ejemplo n.º 1
0
 private void getKey(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F12)
     {
         FrmServerConnections conn = new FrmServerConnections();
         conn.ShowDialog();
     }
 }
Ejemplo n.º 2
0
        private void bbiServerConnections_ItemClick(object sender, ItemClickEventArgs e)
        {
            FrmServerConnections serverConn = new FrmServerConnections();

            serverConn.ShowDialog();
        }