merge Feature/leave lobby into master #2

Merged
SemvdH merged 6 commits from feature/leaveLobby into master 2020-10-21 20:34:28 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit c339746a82 - Show all commits

View File

@@ -6,6 +6,7 @@
xmlns:local="clr-namespace:Client.Views"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
mc:Ignorable="d"
Closing="Window_Closing"
Title="Scrubl.io" Height="600" Width="1200">
<Grid>
<Grid.RowDefinitions>

View File

@@ -58,5 +58,10 @@ namespace Client.Views
{
viewModel.Color_Picker(e, this);
}
private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
}
}
}