示例#1
0
 private void showwSTMC()
 {
     KeyBoard.SendKeyPress(0xAE);
     KeyBoard.SendKeyPress(0xAF);
 }
示例#2
0
 public static void nextPrevSong(int dir = 1)
 {
     KeyBoard.SendKeyPress(0xB0);
 }