Exemplo n.º 1
0
 public void SaveAs()
 {
     TheDocument.SaveCurFile(true);
 }
Exemplo n.º 2
0
 public void Save()
 {
     TheDocument.SaveCurFile();
 }