Exemplo n.º 1
0
        static void n_SendOutputEvent(object sender, SendOutputEventArgs e)
        {
            //_output.AppendLine(e.Text);

            Console.WriteLine(e.Text);
        }
Exemplo n.º 2
0
 void n_SendOutputEvent(object sender, SendOutputEventArgs e)
 {
     _output.AppendLine(e.Text);
 }