示例#1
0
 public void LoadInterpreter(ICommandInterpreter interpreter)
 {
     interpreter.StartInterpreter(instance);
     lock (InterpretersLoaded) InterpretersLoaded.Add(interpreter);
 }
示例#2
0
 public void LoadInterpreter(ICommandInterpreter interpreter)
 {
     interpreter.StartInterpreter(instance);
     lock (InterpretersLoaded) InterpretersLoaded.Add(interpreter);
 }