Exemplo n.º 1
0
        void comboBox_SelectedIndexChanged(object sender, EventArgs e)           //The only thing which would cause the include and exclude to be reset
        {
            SingleTableSpecifierPanel panel = (sender as Control).Parent as SingleTableSpecifierPanel;

            panel.ResetColumns();
            panelControlDisplayHandler(sender as Control);
        }