pla-01/Life/App.xaml
2019-10-26 16:47:08 +02:00

10 lines
353 B
XML

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