2026-03-11 15:21:27 +08:00
|
|
|
<Window x:Class="自救器呼吸器综合检验仪.Data.BaseWindow"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
|
xmlns:local="clr-namespace:自救器呼吸器综合检验仪.Data"
|
|
|
|
|
mc:Ignorable="d"
|
2026-03-16 19:10:33 +08:00
|
|
|
Title="BaseWindow" Height="600" Width="1024" WindowState="Maximized">
|
2026-03-11 15:21:27 +08:00
|
|
|
<Grid>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</Window>
|