kom mit update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user