Files
LottoProject/WpfDemo/App.xaml
2020-12-09 22:10:02 +01:00

10 lines
359 B
XML

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