This commit is contained in:
Lyndon
2019-04-02 13:43:30 +02:00
parent ec7e92a460
commit ee981e48c2
16 changed files with 369 additions and 455 deletions

View File

@@ -58,8 +58,8 @@ namespace ChatController
lblVersion.Content = String.Format("Version: {0}", _version);
#if DEBUG
TextBoxBenutzerName.Text = "BaeurleC";
TextBoxPasswort.Password = "asFdgAE5ERfdsew4!";
TextBoxBenutzerName.Text = "JettenL";
TextBoxPasswort.Password = "Blubb123";
#endif
}