Beispiel #1
0
 public void BackSoundOnOff(Object ob)
 {
     if (general == null)
     {
         return;
     }
     general.BackSoundOnOff();
 }