예제 #1
0
        private void btn_Preffered(object sender, RoutedEventArgs e)
        {
            CustomizedEmail ss = new CustomizedEmail();

            this.Hide();
            ss.Show();
        }
예제 #2
0
        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
            CustomizedEmail see = new CustomizedEmail();

            this.Hide();
            see.Show();
            //MessageBox.Show("You have to contact the Health Services department to have your correct email loaded on file. Sorry for the inconvenience \n \n Click on Exit to Logout");

            // return;
        }