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