Exemple #1
0
 //public static tmp aaa;
 public Action(robotControl _UR, string file)
 {
     UR       = _UR;
     fileName = file;
     txt      = new StreamWriter($"Path//{file}", false);
 }