コード例 #1
0
 public Spel()
 {
     bzr = new Buzzer(21);
 }
コード例 #2
0
 public void stoppen()
 {
     bzr = null;
 }