コード例 #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();
        }
コード例 #2
0
        private void FindSupplier_Click(object sender, EventArgs e)
        {
            Find_a_Customer myform = new Find_a_Customer();

            myform.ShowDialog();
        }