using System.Windows.Controls; namespace HME_MoistureLossMeter.Views { public partial class ReportView : UserControl { public ReportView() => InitializeComponent(); } }