添加项目文件。
This commit is contained in:
9
Views/ReportView.xaml.cs
Normal file
9
Views/ReportView.xaml.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace HME_MoistureLossMeter.Views
|
||||
{
|
||||
public partial class ReportView : UserControl
|
||||
{
|
||||
public ReportView() => InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user