Exemplo n.º 1
0
 protected static void refreshDebugText(DebugEventArgs eventArgs)
 {
     if (IncommingMessage != null)
     {
         IncommingMessage(null, eventArgs);
     }
 }
Exemplo n.º 2
0
 private void manager_Debug(object sender, DebugEventArgs e)
 {
     if (Properties.Settings.Default.Debug)
     {
         UpdateStatusbar(string.Join("", e.message.Take(255)));
     }
 }