Beispiel #1
0
 /// <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;
 }
Beispiel #2
0
 /// <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;
 }