示例#1
0
 public void volumnDown()
 {
     r = r.nextStateVolumnDown();
 }
示例#2
0
 public void volumnUp()
 {
     r = r.nextStateVolumnUp();
 }