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