amxmodx/installer/installtool/App.xaml

9 lines
322 B
Plaintext
Raw Normal View History

2013-02-19 12:27:10 +04:00
<Application x:Class="installtool.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>