Files
ASTM-D7896-19TransientHot-W…/Views/MainWindow.xaml
2026-04-18 19:00:34 +08:00

10 lines
453 B
XML

<Window x:Class="ASTM_D7896_Tester.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:views="clr-namespace:ASTM_D7896_Tester.Views"
Title="ASTM D7896-19 瞬态热线法热导率测试系统"
Height="768" Width="1024" WindowStartupLocation="CenterScreen">
<Grid>
<views:D7896View />
</Grid>
</Window>