예제 #1
0
 public SimElementOutput(SimElement element)
 {
     this.element = element;
 }
예제 #2
0
 public SimElementInput(SimElement element)
 {
     this.element = element;
 }
예제 #3
0
 void ProcessElement(SimElement e)
 {
     e.Tick();
 }