예제 #1
0
 public Spel()
 {
     bzr = new Buzzer(21);
 }
예제 #2
0
 public void stoppen()
 {
     bzr = null;
 }