using DTS.Common.Interface; namespace PedestrianAndHeadReports { /// /// Interaction logic for PowerAndBatteryView.xaml /// public partial class TRLReportInputView : ITRLReportInputView { public TRLReportInputView() { InitializeComponent(); } } }