示例#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;
 }