Files
BeWoPlaner/ReportImp/demo_reports/DemoReportCreator.cs
2021-04-29 16:11:53 +02:00

15 lines
237 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using BeWo.Report;
namespace demo_reports
{
public class DemoReportCreator : DefaultReportCreator
{
}
}