9 lines
192 B
C#
9 lines
192 B
C#
|
|
using System.Windows.Controls;
|
|||
|
|
|
|||
|
|
namespace HME_MoistureLossMeter.Views
|
|||
|
|
{
|
|||
|
|
public partial class ReportView : UserControl
|
|||
|
|
{
|
|||
|
|
public ReportView() => InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|