Beispiel #1
0
 public InputManager(ExecutionSupportCore core)
 {
     this.Core = core;
     this.Form = this.Core.Form;
 }
Beispiel #2
0
 public LogManager(ExecutionSupportCore core)
 {
     this.Core = core;
     this.Form = core.Form;
 }