CNSA-212-Personal/Chapter7/App.xaml

10 lines
361 B
Plaintext
Raw Permalink Normal View History

2024-02-12 05:06:51 -08:00
<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>