Example #1
0
 public void Launch(IDictionary <int, object> parameters)
 {
     SetupWindow = SetupWindow ?? new ProfileSetupWindow();
     SetupWindow.GetViewModel().Parameters = parameters;
     SetupWindow.Topmost = true;
     SetupWindow.Show();
 }