Files
laatzen/ServiceFwUpdate/Common/FwUpdateSafe/ReportTemplate.cs
T
2021-10-01 11:11:04 +02:00

16 lines
196 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Xylem.ServiceFwUpdate.Common.FwUpdateSafe
{
[Serializable]
public struct ReportTemplate
{
}
}