Esempio n. 1
0
 void Enqueue(CommandOutput output)
 {
     outputs.Enqueue(output);
     NewOutputReceived.Raise(this, new EventArgs( ));
 }
Esempio n. 2
0
 void collector_NewOutputReceived(object sender, EventArgs e)
 {
     NewOutputReceived.Raise(this, new EventArgs <OutputCollector>(sender as OutputCollector));
 }