Exemplo n.º 1
0
 public SimElementOutput(SimElement element)
 {
     this.element = element;
 }
Exemplo n.º 2
0
 public SimElementInput(SimElement element)
 {
     this.element = element;
 }
Exemplo n.º 3
0
 void ProcessElement(SimElement e)
 {
     e.Tick();
 }