2025-06-03 15:11:16 +02:00

14 lines
248 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using NLog;
namespace PDFGenerator.Presentation.Section
{
public class S9
{
private static NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();
}
}