Files
TrainingAdvancedTechniques/Async/App.xaml
2019-01-10 21:48:30 +01:00

10 lines
355 B
XML

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