Files
ElectronicWoodfish/App.xaml
2022-11-21 11:40:37 +08:00

10 lines
381 B
XML

<Application x:Class="ElectronicWoodfish.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ElectronicWoodfish"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>