10 lines
501 B
XML
10 lines
501 B
XML
<Application x:Class="ReCodeItGUI_WPF.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:ReCodeItGUI_WPF"
|
|
xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid"
|
|
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
</Application.Resources>
|
|
</Application> |