[ADD] add closing method

This commit is contained in:
Sem van der Hoeven
2020-10-21 21:05:04 +02:00
parent 0f01354b72
commit c339746a82
2 changed files with 6 additions and 0 deletions

View File

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