Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the WindowSetter class.
 /// </summary>
 /// <param name="window">Reference to the window containing the controls to set.</param>
 public WindowSetter(Window window)
 {
     window.VerifyThatObjectIsNotNull("Parameter 'window' is null.");
       this.window = window;
 }