Nachrichten werden als UTF-8 in die Zeiterfassung übernommen und das große Esszett wird durch das kleine ersetzt, da latin1 das nicht unterstützt.
This commit is contained in:
@@ -263,6 +263,7 @@ namespace ChatController
|
||||
|
||||
_ContactList = new ObservableSortCollection<ContactDependencyObject>();
|
||||
|
||||
// ToDo: Hier tritt eine NullPointer-Exception auf!
|
||||
foreach(var contact in Chat.AddContacts())
|
||||
{
|
||||
ContactList.Add(new ContactDependencyObject(contact));
|
||||
|
||||
Reference in New Issue
Block a user