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