示例#1
0
 public void ToggleNote(int index)
 {
     CurrentBlock.ToggleNote(index);
 }