.NET/Przepisy/App.xaml
2019-06-02 10:23:04 +02:00

10 lines
370 B
XML

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