コード例 #1
0
 /// <summary>
 /// Class constructor calling the <seealso cref="InitializeComponent()"/> method (automatically generated).
 /// </summary>
 /// <param name="favoritesController"><seealso cref="Controllers.FavoritesController"/> instance</param>
 public FavoritesForm(Controllers.FavoritesController favoritesController)
 {
     InitializeComponent();
     this.FavoritesController = favoritesController;
 }
コード例 #2
0
 /// <summary>
 /// Class constructor calling the <seealso cref="InitializeComponent()"/> method (automatically generated).
 /// </summary>
 /// <param name="favoritesController"><seealso cref="Controllers.FavoritesController"/> instance</param>
 /// <param name="mainWindow"><seealso cref="MainWindow"/> instance</param>
 public FavoriteListForm(Controllers.FavoritesController favoritesController, MainWindow mainWindow)
 {
     InitializeComponent();
     this.FavoritesController = favoritesController;
     this.MainWindow          = mainWindow;
 }