示例#1
0
 public Actions(robotControl _UR, string file)
 {
     UR       = _UR;
     fileName = file;
     txt      = new StreamWriter($"Path//{file}", false);
 }