Example #1
0
        private void btnAddCustomize_Click(object sender, EventArgs e)
        {
            CustomizeForm customizeform = new CustomizeForm(txbKeyword);

            customizeform.ShowDialog();

            updateCutomizeTreeView();
        }
Example #2
0
        private void btnAddCustomize_Click(object sender, EventArgs e)
        {
            CustomizeForm customizeform = new CustomizeForm(txbKeyword);
            customizeform.ShowDialog();

            updateCutomizeTreeView();
        }