17 lines
210 B
C#
17 lines
210 B
C#
using System;
|
|
|
|
namespace Xylem.ServiceFwUpdate.Common.FwUpdateSafe
|
|
{
|
|
/// <summary>
|
|
/// Template for reports.
|
|
/// </summary>
|
|
[Serializable]
|
|
public struct ReportTemplate
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|