Example #1
0
        private void ShutdownModLink_Click(object sender, EventArgs e)
        {
            Keyboard2 tempkeyboard2 = new Keyboard2();

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

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