Beispiel #1
0
 public bool CanClose()
 {
     ActivePageDesigner.PageDeactivated();
     if (Designer.AskSave && !SaveCurrentFile())
     {
         ActivePageDesigner.PageActivated();
         return(false);
     }
     return(true);
 }
Beispiel #2
0
 internal void ReportDeactivated()
 {
     ActivePageDesigner.PageDeactivated();
 }