kom mit update

This commit is contained in:
Waldi
2016-09-21 12:32:51 +02:00
parent f38e1725e6
commit a1d0d83489

View File

@@ -37,21 +37,23 @@ namespace BeWo.View
protected long incommingEmpfangOid;
protected String namenInfo;
protected String nachname;
protected Boolean AppendTrue = false;
protected List<string> myListDS = new List<string>();
//################## Variablen zum Zählen aktueller nachricht ###########
protected int anzahlDS = 0;
//#######################################################################
public MiniChatView(String CLientName, String chat, ChatView view , long oid, ChatType type)
public MiniChatView(String CLientName,String ClientNachname, String chat, ChatView view , long oid, ChatType type)
{
InitializeComponent();
namenInfo = CLientName;
nachname = ClientNachname;
viewChat = view;
rootGroupBox.Header = CLientName;
rootGroupBox.Header = CLientName + " " + ClientNachname ;
Minichat.AppendText(chat);
incommingString = chat;