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