/// <summary> /// Initializes a new instance of the <see cref="OpenWindow"/> class. /// </summary> /// <param name="windowOpener">A <see cref="GetEval"/> object that opens the window.</param> public OpenWindow(GetEval windowOpener) { this.opener = windowOpener; }