IRobotCase.cs 101 B

1234567
  1. namespace ET
  2. {
  3. public interface IRobotCase
  4. {
  5. ETTask Run(RobotCase robotCase);
  6. }
  7. }