FirstRepo/src/async/async-and-await/vb/SerialAsyncExample/Application.xaml
2024-11-12 21:26:38 +05:30

8 lines
300 B
XML

<Application x:Class="Application"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>