Exemplo n.º 1
0
 private void CloseWindow(IResizable window)
 {
     if (window != null)
     {
         window.Close();
     }
 }