示例#1
0
        public Dictionary()
        {
            InitializeComponent();
            this.DoubleBuffered = true;
            var acsc = new AutoCompleteStringCollection();

            acsc.AddRange(sql.Suggest("").ToArray());
            tbWord1.AutoCompleteCustomSource = acsc;
            isChange = false;
            this.btMakeFlashCard.Enabled = false;
        }
        public dbDictionary()
        {
            InitializeComponent();
            //this.tbWord.DataSource = my_list;
            //timer1.Enabled = true;
            var acsc = new AutoCompleteStringCollection();

            acsc.AddRange(sql.Suggest("").ToArray());
            tbWord.AutoCompleteCustomSource = acsc;
            isChange = false;
        }