コード例 #1
0
 public FavoritesVideos()
 {
     Name          = "User favorites videos";
     ConfigControl = new UserVideosControl();
 }
コード例 #2
0
 public UserVideos()
 {
     Name          = "User videos";
     ConfigControl = new UserVideosControl();
 }
コード例 #3
0
 public UserVideos()
 {
     Name = "User videos";
       ConfigControl = new UserVideosControl();
 }
コード例 #4
0
 public FavoritesVideos()
 {
     Name = "User favorites videos";
       ConfigControl = new UserVideosControl();
 }