Nullabfrage hinzugefügt

This commit is contained in:
2023-06-28 19:04:03 +02:00
parent 6ea4a47b98
commit c691dd281f
6 changed files with 88 additions and 72 deletions

View File

@@ -7,6 +7,7 @@ namespace ownChat
public ExceptionWindow(Exception exception)
{
InitializeComponent();
ExceptionViewControl.Exception = exception;
}