示例#1
0
        private void Forgot_Click(object sender, MouseButtonEventArgs e)
        {
            Close();
            var forgotWindow = new ForgotWindow();

            forgotWindow.ShowDialog(StaticMainWindow.Window);
        }
示例#2
0
 private void Forgot_Click(object sender, MouseButtonEventArgs e)
 {
     Close();
     var forgotWindow = new ForgotWindow();
     forgotWindow.ShowDialog(StaticMainWindow.Window);
 }