예제 #1
0
 public static void Beep(BeepPitch p, int d)
 {
     Beep((int)p, d);
 }
예제 #2
0
 public static void Beep(BeepPitch p, BeepDurration d)
 {
     Beep((int)p, (int)d);
 }