Files
New-version-HME-moisture-lo…/Views/ReportView.xaml
2026-06-17 15:04:35 +08:00

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>