Esempio n. 1
0
 /// <summary>
 /// Add Interpreter
 /// </summary>
 public static void Add(TerminalInterpreter arg)
 {
     lock (SyncRoot)
     {
         Interpreters.Add(arg);
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Add Interpreter
 /// </summary>
 public static void Add(TerminalInterpreter arg)
 {
     lock (SyncRoot)
     {
         Interpreters.Add(arg);
     }
 }