Esempio n. 1
0
 private void SaveCallback()
 {
     fileType.Save(
         this.document,
         this.stream,
         this.saveConfigToken,
         this.scratchSurface,
         new ProgressEventHandler(ProgressHandler),
         true);
 }