예제 #1
0
 public Supportedinterfaces()
 {
     AudioPlayer = new Audioplayer();
 }
예제 #2
0
 public Context()
 {
     System      = new System();
     AudioPlayer = new Audioplayer();
 }