Update SimpleWavSplitterApp.xaml

This commit is contained in:
Wiesław Šoltés 2015-03-28 13:18:51 +01:00
Родитель 7c07c1a58e
Коммит 912bcd2275
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,6 @@
<Application x:Class="SimpleWavSplitter.App"
<!-- Copyright (c) Wiesław Šoltés. All rights reserved. -->
<!-- Licensed under the MIT license. See LICENSE file in the project root for full license information. -->
<Application x:Class="SimpleWavSplitter.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="SimpleWavSplitterWindow.xaml">