2026-04-18 19:00:34 +08:00
|
|
|
<Application x:Class="ASTM_D7896_Tester.App"
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2026-06-08 17:33:46 +08:00
|
|
|
xmlns:converters="clr-namespace:ASTM_D7896_Tester.Converters" StartupUri="Window1.xaml"
|
2026-05-15 20:39:11 +08:00
|
|
|
>
|
2026-04-18 19:00:34 +08:00
|
|
|
<Application.Resources>
|
|
|
|
|
<converters:InverseBooleanConverter x:Key="InverseBooleanConverter"/>
|
|
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
|
|
|
</Application>
|