Exemplo n.º 1
0
Arquivo: Form1.cs Projeto: 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();
        }
Exemplo n.º 2
0
 public new_seans(seans nowy_seans)
 {
     InitializeComponent();
     this.nowy_seans = nowy_seans;
 }