예제 #1
0
 internal bool removeVideo(UC_VideoPlayer video)
 {
     video.stop();
     return videos.Remove(video);
 }