Пример #1
0
 internal void startPlay()
 {
     //throw new NotImplementedException();
     if (this.player != null && playAddress != null)
     {
         player.startPlay(playAddress);
     }
 }