VideoPlayer/App.xaml

10 lines
367 B
Plaintext
Raw Permalink Normal View History

2016-11-09 04:08:29 +02:00
<Application x:Class="VideoPlayer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:VideoPlayer"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>