Files
New-version-HME-moisture-lo…/Views/ReportView.xaml

7 lines
410 B
Plaintext
Raw Normal View History

2026-06-17 15:04:35 +08:00
<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>