Benutzer können erstellt werden
This commit is contained in:
+3
-1
@@ -31,8 +31,10 @@
|
||||
<Label Content="Passwort" FontSize="18" FontWeight="SemiBold" FontFamily="Palatino Linotype" Foreground="DarkGray"/>
|
||||
<PasswordBox x:Name="TxtPasswort" Margin="0,0,0,10" Background="#BD9208" />
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
||||
<Button Content="Neues Konto" Width="80" Click="Erstellen_Click" Background="#BD9208" FontFamily="Palatino Linotype" FontWeight="SemiBold" Margin="0,0,100,0"/>
|
||||
<Button Content="Anmelden" Width="80" Click="Anmelden_Click" Background="#BD9208" FontFamily="Palatino Linotype" FontWeight="SemiBold"/>
|
||||
</StackPanel>
|
||||
|
||||
</StackPanel>
|
||||
<MediaElement Name="player"
|
||||
LoadedBehavior="Manual"
|
||||
UnloadedBehavior="Manual" />
|
||||
|
||||
Reference in New Issue
Block a user