Mercurial > hg > Database > Christie-sharp
annotate Test/Example/RemoteTake/CreateRemoteTakeTest.cs @ 46:41aae40a611c
bug fix
author | riono <e165729@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 07 Jan 2022 19:38:49 +0900 |
parents | 87d88bc28ac0 |
children |
rev | line source |
---|---|
36 | 1 using System; |
2 using Christie_net.annotation; | |
3 using Christie_net.codegear; | |
4 | |
5 namespace Christie_net.Test.Example.RemoteTake { | |
6 public class CreateRemoteTakeTest : CodeGear { | |
46 | 7 //[Take] public RTCommand command; |
43 | 8 [Take] public RTCommand command; |
36 | 9 |
10 public override void Run(CodeGearManager cgm) { | |
11 Console.WriteLine(command); | |
12 cgm.GetLocalDGM().Put("finish" , "end"); | |
13 } | |
14 } | |
15 } |