添加项目文件。
This commit is contained in:
7
Views/ReportView.xaml
Normal file
7
Views/ReportView.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<UserControl x:Class="HME_MoistureLossMeter.Views.ReportView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Grid Background="White">
|
||||
<TextBlock Text="报表功能开发中..." FontSize="24" Foreground="Gray" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user