Example #1
0
File: Form1.cs Project: KubisB/Kino
        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();
        }
Example #2
0
 public new_seans(seans nowy_seans)
 {
     InitializeComponent();
     this.nowy_seans = nowy_seans;
 }