示例#1
0
        private void TopArtistsBtn_Click(object sender, EventArgs e)
        {
            List <TopArtistView> topArtistList = AdminEngine.FindTopTenArtists(dateTimePickerFrom.Value, dateTimePickerTo.Value);

            statisticsView.DataSource = topArtistList;
        }