babysmash/App.xaml

10 строки
344 B
XML

<Application x:Class="BabySmash.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:BabySmash="clr-namespace:BabySmash" Startup="Application_Startup"
>
<Application.Resources>
</Application.Resources>
</Application>