private void btnEditComboBoxItemsClick(object sender, EventArgs e) { CbBoxItems edit = new CbBoxItems(); edit.comboBox1.Text = TenCotHienThoi; edit.ShowDialog(); }
private void btnCbBox_Click(object sender, EventArgs e) { CbBoxItems frm = new CbBoxItems(); frm.ShowDialog(); }