[DELETED] something

This commit is contained in:
Lars
2020-10-23 21:07:12 +02:00
parent 398ba1d5bd
commit 2d4540e28e
2 changed files with 0 additions and 3 deletions

View File

@@ -197,7 +197,6 @@ namespace Client.ViewModels
{
this.window.CanvasForPaint.Children.Clear();
});
}
private void ChatBox_KeyDown()

View File

@@ -25,7 +25,5 @@
<TextBox Name="usernameTextbox" Grid.Row="1" Grid.Column="1" MaxLength="69" FontSize="30" VerticalAlignment="Center" HorizontalAlignment="Left" Width="250"/>
<Button Name="LoginButton" Content="ENTER" Grid.Column="1" Grid.Row="1" VerticalAlignment="Center" HorizontalAlignment="Right" Width="100" Height="40" Click="Button_EnterUsername"/>
<Label Grid.Row="3" Grid.Column="0" Content="Tip of the century: base64 != UTF8!" FontSize="20" FontWeight="Bold"/>
</Grid>
</Window>