16 lines
196 B
C#
16 lines
196 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Xylem.ServiceFwUpdate.Common.FwUpdateSafe
|
|
{
|
|
[Serializable]
|
|
public struct ReportTemplate
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|