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