private void menuItemSuppliers_Click(object sender, EventArgs e) { FormSuppliers FormS = new FormSuppliers(); FormS.ShowDialog(); FillSuppliers(); FillGridOrderItem(); //clears the grid. }
private void menuItemSuppliers_Click(object sender,EventArgs e) { FormSuppliers FormS=new FormSuppliers(); FormS.ShowDialog(); FillSuppliers(); FillGridOrderItem();//clears the grid. }
private void menuItemSuppliers_Click(object sender, EventArgs e) { FormSuppliers FormS = new FormSuppliers(); FormS.ShowDialog(); }
private void menuItemSuppliers_Click(object sender,EventArgs e) { FormSuppliers FormS=new FormSuppliers(); FormS.ShowDialog(); }