Exemplo n.º 1
0
        private void FindSupplier_Click(object sender, EventArgs e)
        {
            this.Close();
            this.Dispose(true);
            Find_a_Customer myform = new Find_a_Customer();

            myform.ShowDialog();
        }
Exemplo n.º 2
0
        private void FindSupplier_Click(object sender, EventArgs e)
        {
            Find_a_Customer myform = new Find_a_Customer();

            myform.ShowDialog();
        }