mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Move examples from root to /Examples
This commit is contained in:
11
Examples/Examples.WPF/App.xaml
Normal file
11
Examples/Examples.WPF/App.xaml
Normal file
@@ -0,0 +1,11 @@
|
||||
<Application x:Class="Examples.WPF.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:Examples.WPF"
|
||||
xmlns:conv="clr-namespace:Examples.WPF.Converters"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
<conv:NegationConverter x:Key="bInv"/>
|
||||
<conv:ColorHashConverter x:Key="hashColor"/>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user