Example #1
0
        static void n_SendOutputEvent(object sender, SendOutputEventArgs e)
        {
            //_output.AppendLine(e.Text);

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