Example #1
0
 public FluentWindow()
 {
     WindowResizer.ApplyToWindow(this);
     this.Loaded += this.OnLoaded;
 }