Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            appointment a = new appointment();

            a.Show();
            this.Hide();
        }
        private void button1_Click(object sender, EventArgs e)
        {
            appointment app = new appointment();

            app.Show();
        }