seb-win-refactoring/SafeExamBrowser/App.xaml

10 lines
375 B
Text
Raw Normal View History

2017-07-05 10:50:02 +02:00
<Application x:Class="SafeExamBrowser.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:SafeExamBrowser"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>