Exemplo n.º 1
0
        public CARArtist(CustomArtistRecommendation parent, string artist = "", string score = "1")
        {
            InitializeComponent();

            this.parent        = parent;
            tbSearch.Text      = artist;
            metroTextBox1.Text = score;
        }
Exemplo n.º 2
0
        public CARBookmark(CustomArtistRecommendation parent)
        {
            InitializeComponent();

            this.parent = parent;
        }