This commit is contained in:
2
App.xaml
2
App.xaml
@@ -1,7 +1,7 @@
|
||||
<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"
|
||||
xmlns:converters="clr-namespace:ASTM_D7896_Tester.Converters"
|
||||
xmlns:converters="clr-namespace:ASTM_D7896_Tester.Converters" StartupUri="Window1.xaml"
|
||||
>
|
||||
<Application.Resources>
|
||||
<converters:InverseBooleanConverter x:Key="InverseBooleanConverter"/>
|
||||
|
||||
Reference in New Issue
Block a user