Ejemplo n.º 1
0
        private void button5_Click(object sender, EventArgs e)
        {
            Rezervation frm = new Rezervation();

            frm.ShowDialog();
            label22.Text += value.label;
            if (tabcontrol_status == 0)
            {
                Room_view();
            }
            else
            if (tabcontrol_status == 1)
            {
                Car_view();
            }
        }
Ejemplo n.º 2
0
 private void button5_Click(object sender, EventArgs e)
 {
     Rezervation frm = new Rezervation();
     frm.ShowDialog();
     label22.Text += value.label;
     if (tabcontrol_status == 0) Room_view();
     else
         if (tabcontrol_status == 1) Car_view();
 }