public UserPlaylists()
 {
     Name          = "UserPlaylists";
     ConfigControl = new UserPlaylitsControl();
 }
Ejemplo n.º 2
0
 public UserChannel()
 {
     Name          = "UserChannel";
     ConfigControl = new UserPlaylitsControl();
 }
 public UserChannel()
 {
     Name = "UserChannel";
       ConfigControl = new UserPlaylitsControl();
 }