16 lines
353 B
C#
16 lines
353 B
C#
using DTS.Common.Interface;
|
|
|
|
namespace PedestrianAndHeadReports
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for PowerAndBatteryView.xaml
|
|
/// </summary>
|
|
public partial class HeadReportOutputView : IHeadReportOutputView
|
|
{
|
|
public HeadReportOutputView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|