Ejemplo n.º 1
0
        private void Form1_Load(object sender, EventArgs e)
        {
            frmMusteriCheckin c = new frmMusteriCheckin();

            c.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
 private void Form1_Load(object sender, EventArgs e)
 {
     frmMusteriCheckin c = new frmMusteriCheckin();
     c.Show();
     this.Hide();
 }