Example #1
0
 public static void setWindowSize(this System.Windows.Window w, double width, double height, int Location = 0)
 {
     w.setWindowSize(width, height, System.Windows.ResizeMode.CanResize, 0);
 }