Exemplo n.º 1
0
 public void Launch(IDictionary <int, object> parameters)
 {
     SetupWindow = SetupWindow ?? new ProfileSetupWindow();
     SetupWindow.GetViewModel().Parameters = parameters;
     SetupWindow.Topmost = true;
     SetupWindow.Show();
 }
Exemplo n.º 2
0
 public void Close()
 {
     SetupWindow.Close();
     SetupWindow = null;
 }