using System; using Christie_net.annotation; using Christie_net.codegear; namespace Christie_net.Test.Example.RemoteTake { public class CreateRemoteTakeTest : CodeGear { //[Take] public RTCommand command; [Take] public RTCommand command; public override void Run(CodeGearManager cgm) { Console.WriteLine(command); cgm.GetLocalDGM().Put("finish" , "end"); } } }