Update groß Emojis funktion implementiert

This commit is contained in:
Waldi
2016-09-13 11:19:36 +02:00
parent d249e0855e
commit 500bbb1c0b
9 changed files with 144 additions and 90 deletions

View File

@@ -20,7 +20,7 @@ namespace BeWo.Data.Entities
public static string PropertyName_IstGelesen = "IstGelesen";
private string _ChatText;
private byte[] _ChatText;
private DateTime _Uhrzeit;
@@ -39,7 +39,7 @@ namespace BeWo.Data.Entities
_Tid = TableID.ChatMessage;
}
public virtual string ChatText
public virtual byte[] ChatText
{
get
{