Exemplo n.º 1
0
 public bool Beep(int freq = 1000, int duration = 200)
 {
     return(Luna.Beep(freq, duration));
 }