2019-09-30 14:20:38 +01:00
|
|
|
<Application x:Class="paperangapp.App"
|
2019-08-22 00:55:40 +01:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2019-09-30 14:20:38 +01:00
|
|
|
xmlns:local="clr-namespace:paperangapp"
|
2019-08-22 00:55:40 +01:00
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
|
|
|
|
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|