Пример #1
0
        private void buttonSymIgnoreDefault_Click(object sender, EventArgs e)
        {
            alcGlobalConfig c = new alcGlobalConfig();

            c.SetupDefaultValues();
            dataGridViewSymIgnore.DataSource = new BindingList <alcGlobalSymFilterColumn>(c.SymIgnore);
        }
Пример #2
0
 private void buttonSymIgnoreDefault_Click(object sender, EventArgs e)
 {
     alcGlobalConfig c = new alcGlobalConfig();
     c.SetupDefaultValues();
     dataGridViewSymIgnore.DataSource = new BindingList<alcGlobalSymFilterColumn>(c.SymIgnore);
 }