Files
Alvin Ashcraft 21e22a0369 Add starter code for chapter 8
No modifications for Complete folder yet.
2023-07-23 12:06:52 -04:00

10 lines
438 B
XML

<Window
x:Class="MyMediaCollection.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:MyMediaCollection"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:model="using:MyMediaCollection.Model"
mc:Ignorable="d">
</Window>