Rename to Elwig
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<Window x:Class="WGneu.Windows.MemberListWindow"
|
||||
<Window x:Class="Elwig.Windows.MemberListWindow"
|
||||
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:local="clr-namespace:WGneu.Windows"
|
||||
Title="Mitglieder" Height="600" Width="1200" MinHeight="600" MinWidth="1000"
|
||||
xmlns:local="clr-namespace:Elwig.Windows"
|
||||
Title="Mitglieder verwalten - Elwig" Height="600" Width="1200" MinHeight="600" MinWidth="1000"
|
||||
Loaded="Window_Loaded">
|
||||
<Window.Resources>
|
||||
<Style TargetType="Label">
|
||||
|
Reference in New Issue
Block a user