laatzen/ServiceFwUpdate/Common/FwUpdateSafe/ReportTemplate.cs
2022-09-12 09:32:50 +02:00

17 lines
210 B
C#

using System;
namespace Xylem.ServiceFwUpdate.Common.FwUpdateSafe
{
/// <summary>
/// Template for reports.
/// </summary>
[Serializable]
public struct ReportTemplate
{
}
}