Exemplo n.º 1
0
        private void btnSupplier_Click(object sender, EventArgs e)
        {
            AccountAdd sForm = new AccountAdd();

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

            sForm.Show();
        }