CNSA-212-Personal/Chapter7/App.xaml
2024-02-12 08:06:51 -05:00

10 lines
361 B
XML

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