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