Example #1
0
 public void CloseDocument(Document doc)
 {
     if (doc.Closing())
     {
         doc.Close();
     }
     RefreshControls();
 }