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