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