Ejemplo n.º 1
0
 public bool CanClose()
 {
     ActivePageDesigner.PageDeactivated();
     if (Designer.AskSave && !SaveCurrentFile())
     {
         ActivePageDesigner.PageActivated();
         return(false);
     }
     return(true);
 }
Ejemplo n.º 2
0
 internal void ReportActivated()
 {
     ActivePageDesigner.FillObjects(true);
     ActivePageDesigner.PageActivated();
     UpdateCaption();
 }