public UserPlaylists()
 {
     Name          = "UserPlaylists";
     ConfigControl = new UserPlaylitsControl();
 }
예제 #2
0
 public UserChannel()
 {
     Name          = "UserChannel";
     ConfigControl = new UserPlaylitsControl();
 }
 public UserChannel()
 {
     Name = "UserChannel";
       ConfigControl = new UserPlaylitsControl();
 }