Ejemplo n.º 1
0
        private void forgotPassBtn(object sender, RoutedEventArgs e)
        {
            ForgotPasswordPage pg = new ForgotPasswordPage();

            Application.Current.MainWindow.Content = pg;
        }
Ejemplo n.º 2
0
        private void forgotPassBtn(object sender, RoutedEventArgs e)
        {
            ForgotPasswordPage pg = new ForgotPasswordPage();

            this.Content = pg;
        }