示例#1
0
 public override void Execute( Command command, Thread thread, Scope scope )
 {
     Thread syncThread = ( scope[ command.Identifier ] as TLThr ).Thread;
     thread.Sync( syncThread );
 }