Example #1
0
 private void button5_Click(object sender, EventArgs e)
 {
     today_pat td = new today_pat();
     this.Hide();
     td.ShowDialog();
     this.Close();
 }
Example #2
0
        private void button5_Click(object sender, EventArgs e)
        {
            today_pat td = new today_pat();

            this.Hide();
            td.ShowDialog();
            this.Close();
        }