Exemplo n.º 1
0
        private void ShutdownModLink_Click(object sender, EventArgs e)
        {
            Keyboard2 tempkeyboard2 = new Keyboard2();

            tempkeyboard2.ShowDialog();
            ShutdownModLink.Text = tempkeyboard2.keycod;
        }
Exemplo n.º 2
0
        private void MonitorOffModLink_Click(object sender, EventArgs e)
        {
            Keyboard2 tempkeyboard2 = new Keyboard2();

            tempkeyboard2.ShowDialog();
            MonitorOffModLink.Text = tempkeyboard2.keycod;
        }
Exemplo n.º 3
0
 private void ShutdownModLink_Click(object sender, EventArgs e)
 {
     Keyboard2 tempkeyboard2 = new Keyboard2();
     tempkeyboard2.ShowDialog();
     ShutdownModLink.Text = tempkeyboard2.keycod;
 }
Exemplo n.º 4
0
 private void MonitorOffModLink_Click(object sender, EventArgs e)
 {
     Keyboard2 tempkeyboard2 = new Keyboard2();
     tempkeyboard2.ShowDialog();
     MonitorOffModLink.Text = tempkeyboard2.keycod;
 }