예제 #1
0
파일: Form1.cs 프로젝트: 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();
        }
예제 #2
0
파일: new_seans.cs 프로젝트: KubisB/Kino
 public new_seans(seans nowy_seans)
 {
     InitializeComponent();
     this.nowy_seans = nowy_seans;
 }