Exemplo n.º 1
0
 public ProgressWindow(ProgressViewModel viewModel)
 {
     InitializeComponent();
     this.DataContext = viewModel;
 }