コード例 #1
0
        private void btnEditComboBoxItemsClick(object sender, EventArgs e)
        {
            CbBoxItems edit = new CbBoxItems();

            edit.comboBox1.Text = TenCotHienThoi;
            edit.ShowDialog();
        }
コード例 #2
0
        private void btnCbBox_Click(object sender, EventArgs e)
        {
            CbBoxItems frm = new CbBoxItems();

            frm.ShowDialog();
        }