예제 #1
0
        private void btnSupplier_Click(object sender, EventArgs e)
        {
            AccountAdd sForm = new AccountAdd();

            sForm.Show();
        }
예제 #2
0
        private void btnPartyName_Click(object sender, EventArgs e)
        {
            AccountAdd sForm = new AccountAdd();

            sForm.Show();
        }