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