Exemplo n.º 1
0
 public static void Beep(int p, BeepDurration d)
 {
     Beep(p, (int)d);
 }
Exemplo n.º 2
0
 public static void Beep(BeepPitch p, BeepDurration d)
 {
     Beep((int)p, (int)d);
 }