12345678910111213141516171819 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Welling_Motor_Debug_Tool
- {
- internal class LocalInfo
- {
- public string LocalPath = "C:\\Temp\\MotorTestTool\\";
- public string ConfigFileName = "Config.ttcfg";
- public string UsrFileName = "UserAccount";
- public string CfgPathName = "cfg\\";
- public string WalkLogPathName = "walkTest\\";
- public string CheckPathName = "qcTest\\";
- public string VersionPathName = "version\\";
- }
- }
|