PotatoNV/PotatoNV-next/App.xaml

10 lines
371 B
Text
Raw Normal View History

2020-06-26 14:25:44 +02:00
<Application x:Class="PotatoNV_next.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:PotatoNV_next"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>