RobotCase.cs 190 B

12345678910
  1. using System.Collections.Generic;
  2. namespace ET
  3. {
  4. public class RobotCase: Entity
  5. {
  6. public ETCancellationToken CancellationToken;
  7. public string CommandLine;
  8. }
  9. }