예제 #1
0
        private void historyLabel_Click(object sender, EventArgs e)
        {
            var list = ActivityController.Query("history");

            Program.MainForm.UserControlSelector(
                new ListUserControl(
                    historyLabel.Text,
                    false,
                    list,
                    "No movies in history"
                    ),
                true
                );
            dropDownPanel.Visible = false;
            HideDropDown();
        }