Async part one ready

This commit is contained in:
2019-01-10 21:48:30 +01:00
parent c6d41bf024
commit b56c9b2a47
16 changed files with 605 additions and 0 deletions

9
Async/App.xaml Normal file
View File

@ -0,0 +1,9 @@
<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>