KaraokePC/WpfKaraokePlayer/App.xaml
2016-02-28 16:31:35 -05:00

10 lines
377 B
XML

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