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

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

            sForm.Show();
        }