예제 #1
0
파일: MyMedia.cs 프로젝트: superowner/MyWMP
 public MyMedia(ref PlaylistManager parent)
 {
     _parent = parent;
 }
예제 #2
0
 public PlaylistManager()
 {
     _me = this;
     _currentPlaylist = new List <string>();
     _random          = new Random();
 }