public PlaylistItemUC(Song song)
        {
            InitializeComponent();

            this._songPersonalService = new SongPersonalService();

            this.Song = song;

            Load();
        }
        public fPersonal()
        {
            InitializeComponent();

            this._songPersonalService = new SongPersonalService();
            this._songService         = new SongService();
            this._songCategoryService = new SongCategoryService();

            Load();
        }
Exemple #3
0
        public fLayout()
        {
            InitializeComponent();

            this._songPersonalService = new SongPersonalService();
            this._songSeenService     = new SongSeenService();
            SongSeens = _songSeenService.GetAll();

            Constants.MainForm  = this;
            Constants.MainMedia = media;

            Load();
        }