HasherView
Inheritance: System.Windows.Window, System.Windows.Markup.IComponentConnector
Exemplo n.º 1
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     // Create the ViewModel and expose it using the View's DataContext
     Views.HasherView view = new Views.HasherView();
     view.DataContext = new ViewModels.HashingViewModel();
     view.Show();
 }
Exemplo n.º 2
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     // Create the ViewModel and expose it using the View's DataContext
     Views.HasherView view = new Views.HasherView();
     view.DataContext = new ViewModels.HashingViewModel();
     view.Show();
 }