Правки

This commit is contained in:
funa4i 2024-11-26 17:11:49 +04:00
parent 6136ebb2fc
commit 05981fa4b4
3 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,6 @@
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
using DocumentFormat.OpenXml;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace StudentProgressRecord.Reports
{

View File

@ -1 +0,0 @@


View File

@ -6,7 +6,7 @@
{
"Name": "File",
"Args": {
"path": "Logs//university_log.txt",
"path": "Logs\\university_log.txt",
"rollingInterval": "Day"
}
}