コード例 #1
0
        public CARArtist(CustomArtistRecommendation parent, string artist = "", string score = "1")
        {
            InitializeComponent();

            this.parent        = parent;
            tbSearch.Text      = artist;
            metroTextBox1.Text = score;
        }
コード例 #2
0
ファイル: CARBookmark.cs プロジェクト: rollrat/hitomi-copy
        public CARBookmark(CustomArtistRecommendation parent)
        {
            InitializeComponent();

            this.parent = parent;
        }