Ejemplo n.º 1
0
 private void button4_Click(object sender, EventArgs e)
 {
     Form f = new 客户退房();
     f.Show();
 }
Ejemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Form f = new 客户退房();

            f.Show();
        }