Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
//This is just to give an Idea what I want to do but in MVVM

C#
private void btnLogin_Click(object sender, RoutedEventArgs e)
       {
           MainWindow mw = new MainWindow();
           mw.Show();
           this.Close();
       }

//I don't know anything on mvvm accept for what it stand for so please try to make it as simple as possible and step by step. Thanks a million
Posted
Updated 12-Mar-15 2:17am
v2

1 solution

There are already tutorials that can help you learning MVVM.
e.g.
WPF MVVM step by step (Basics to Advance Level)[^]
Just google for "MVVM Tutorial"
This is not a school.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900