Example #1
0
        private void buttonAddClient_Click(object sender, EventArgs e)
        {
            FormAddClient fac = new FormAddClient(this.dataset);

            fac.ShowDialog();
        }
Example #2
0
 private void buttonAddClient_Click(object sender, EventArgs e)
 {
     FormAddClient fac = new FormAddClient(this.dataset);
     fac.ShowDialog();
 }