Esempio n. 1
0
        private void comboBox1_SelectedIndexChanged(object sender, EventArgs e)
        {
            if (flag == 0)
            {
                return;
            }
            int corp_id = (int)(comboBoxCorpus.SelectedValue);

            ComboBoxWorker.initModelTypeByCorpusId(comboBoxModelType, corp_id);
        }