Exemplo n.º 1
0
        private void additembutton_Click(object sender, EventArgs e)
        {
            AddOtherItem addOtherItem = new AddOtherItem();

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