Example #1
0
 private void button10_Click(object sender, EventArgs e)
 {
     AddClient add = new AddClient(this, loginCinema_ID, connection);
     add.Show();
 }
Example #2
0
 private void button7_Click(object sender, EventArgs e)
 {
     AddClient add = new AddClient(this, connection);
     add.Show();
 }