Sudoku/Complete/App.xaml

9 lines
311 B
XML

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