private void button3_Click(object sender, EventArgs e) { seans p = new seans(); new_seans s = new new_seans(p); if (s.ShowDialog() != DialogResult.OK) { return; } seans.ListaSeansow.Add(p); refresh(); }
public new_seans(seans nowy_seans) { InitializeComponent(); this.nowy_seans = nowy_seans; }