ISEbd-21. Pyatkin I.A. Lab work 05_base #11

Closed
IvanPyatkin wants to merge 2 commits from Lab5_basic into Lab4_basic
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f661ba20d8 - Show all commits

View File

@ -303,7 +303,7 @@ namespace PrecastConcretePlantBusinessLogic.OfficePackage.Implements
return;
}
_spreadsheetDocument.WorkbookPart!.Workbook.Save();
_spreadsheetDocument.Dispose();
_spreadsheetDocument.Close();
}
}

View File

@ -118,7 +118,7 @@ namespace PrecastConcretePlantBusinessLogic.OfficePackage.Implements
_wordDocument.MainDocumentPart!.Document.Save();
_wordDocument.Dispose();
_wordDocument.Close();
}
}
}