Пример #1
0
 private void MaximizeWindow(IResizable window)
 {
     if (window != null)
     {
         window.Maximize();
     }
 }