Exemple #1
0
        private void additembutton_Click(object sender, EventArgs e)
        {
            AddOtherItem addOtherItem = new AddOtherItem();

            addOtherItem.ShowDialog();
            LoadGridView();
        }
Exemple #2
0
 private void additembutton_Click(object sender, EventArgs e)
 {
     AddOtherItem addOtherItem=new AddOtherItem();
     addOtherItem.ShowDialog();
     LoadGridView();
 }