Kleines TODO für später

This commit is contained in:
2014-05-01 17:51:22 +02:00
parent 85102482a5
commit 9bf7abb465

View File

@@ -213,6 +213,7 @@ namespace WorldOfPeacecraft
private void ProcessMessage (Block mesBlock)
{
// TODO Ausnahmebehandlung von mehrzeiligen Nachrichten?
int srcid = mesBlock.GetIntValue (ValueSourceId);
string src = mesBlock.GetStringValue (ValueSource);
string txt = mesBlock.GetStringValue (ValueText);