Example #1
0
        private void menuItemSuppliers_Click(object sender, EventArgs e)
        {
            FormSuppliers FormS = new FormSuppliers();

            FormS.ShowDialog();
            FillSuppliers();
            FillGridOrderItem();            //clears the grid.
        }
Example #2
0
 private void menuItemSuppliers_Click(object sender,EventArgs e)
 {
     FormSuppliers FormS=new FormSuppliers();
     FormS.ShowDialog();
     FillSuppliers();
     FillGridOrderItem();//clears the grid.
 }
Example #3
0
        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();
		}