7 lines
410 B
XML
7 lines
410 B
XML
<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> |