Inheritance: System.EventArgs
Exemplo n.º 1
0
 protected void GeneratorOutput_OutputHandler(object sender, GeneratorOutputArgs e)
 {
     Application.Invoke(delegate
     {
         textView1.Buffer.Text += e.Text;
     });
 }
Exemplo n.º 2
0
 protected void GeneratorOutput_OutputHandler (object sender, GeneratorOutputArgs e)
 {
     Application.Invoke(delegate
         {
             textView1.Buffer.Text += e.Text;
         });
 }