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