Ejemplo n.º 1
0
 void InternalClient_OnReadText(object sender, string txt)
 {
     if (debug_form != null)
     {
         debug_form.LogString(true, txt);
     }
 }