Namensrefactory
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<Window x:Class="SewerStammGen.MainWindow"
|
||||
<Window x:Class="SewerStammGen.WPF.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:my="clr-namespace:SewerStammGen.Views"
|
||||
xmlns:local="clr-namespace:SewerStammGen"
|
||||
xmlns:view="clr-namespace:SewerStammGen.Views"
|
||||
xmlns:viewmodel="clr-namespace:SewerStammGen.ViewModel"
|
||||
xmlns:controls="clr-namespace:SewerStammGen.Views.Controls"
|
||||
xmlns:my="clr-namespace:SewerStammGen.WPF.Views"
|
||||
xmlns:local="clr-namespace:SewerStammGen.WPF"
|
||||
xmlns:view="clr-namespace:SewerStammGen.WPF.Views"
|
||||
xmlns:viewmodel="clr-namespace:SewerStammGen.WPF.ViewModel"
|
||||
xmlns:controls="clr-namespace:SewerStammGen.WPF.Views.Controls"
|
||||
mc:Ignorable="d"
|
||||
Title="{Binding ApplicationTitle}" Height="450" Width="800">
|
||||
<Window.Resources>
|
||||
|
||||
Reference in New Issue
Block a user