实例介绍
固高GTS系列 运控控制卡 c# 例程 有20几个 案例程序 复制过来 修修改改就可以 非常方便
【实例截图】
【核心代码】
041b86f1-e2d1-4851-ae19-c776247913fe
└── 《GTS系列运动控制器编程手册》C#例程
├── 10-1
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ ├── gts.dll
│ │ │ ├── sum.bin
│ │ │ └── sum.ini
│ │ ├── gts.cs
│ │ ├── mc_sum.csproj
│ │ ├── mc_sum.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── mc_sum.csproj.FileListAbsolute.txt
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── mc_sum.csproj.FileListAbsolute.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── mc_sum.sln
│ └── mc_sum.suo
├── 10-2
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ ├── gts.dll
│ │ │ ├── sum.bin
│ │ │ └── sum.ini
│ │ ├── gts.cs
│ │ ├── mc_sum_mt.csproj
│ │ ├── mc_sum_mt.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── mc_sum.csproj.FileListAbsolute.txt
│ │ │ │ └── mc_sum_mt.csproj.FileListAbsolute.txt
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── mc_sum_mt.csproj.FileListAbsolute.txt
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── mc_sum_mt.sln
│ └── mc_sum_mt.suo
├── 11-1
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 11-2
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── servo.csproj.FileListAbsolute.txt
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── servo.csproj.FileListAbsolute.txt
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── servo.csproj
│ │ └── servo.csproj.user
│ ├── servo.sln
│ └── servo.suo
├── 11-3
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 11-4
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 4-1
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ └── GTSDemoCSharp.exe
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 4-2
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 4-3
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 4-4
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 5-1
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 6-1
│ ├── P2P.sln
│ ├── P2P.suo
│ └── Test
│ ├── bin
│ │ └── x86
│ │ └── Debug
│ │ ├── GT800_test.cfg
│ │ ├── gts.dll
│ │ ├── Test.exe
│ │ ├── Test.pdb
│ │ ├── Test.vshost.exe
│ │ └── Test.vshost.exe.manifest
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── gts.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test.csproj.FileListAbsolute.txt
│ │ │ ├── Test.csproj.GenerateResource.Cache
│ │ │ ├── Test.exe
│ │ │ ├── Test.Form1.resources
│ │ │ ├── Test.pdb
│ │ │ └── Test.Properties.Resources.resources
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── P2P.csproj.FileListAbsolute.txt
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Test.csproj.FileListAbsolute.txt
│ │ ├── Test.exe
│ │ ├── Test.Form1.resources
│ │ ├── Test.pdb
│ │ └── Test.Properties.Resources.resources
│ ├── P2P.csproj
│ ├── P2P.csproj.user
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── 6-17
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 6-18
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 6-19
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 6-2
│ ├── jog
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── gts.dll
│ │ │ ├── jog.exe
│ │ │ ├── jog.pdb
│ │ │ ├── jog.vshost.exe
│ │ │ └── jog.vshost.exe.manifest
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── jog.csproj
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── jog.csproj.FileListAbsolute.txt
│ │ │ ├── jog.csproj.GenerateResource.Cache
│ │ │ ├── jog.csprojResolveAssemblyReference.cache
│ │ │ ├── jog.exe
│ │ │ ├── jog.Form1.resources
│ │ │ ├── jog.pdb
│ │ │ └── jog.Properties.Resources.resources
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── jog.sln
│ └── jog.suo
├── 6-20
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 6-3
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 6-4
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 6-5
│ ├── gear
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── gear.exe
│ │ │ ├── gear.pdb
│ │ │ ├── gear.vshost.exe
│ │ │ ├── gear.vshost.exe.manifest
│ │ │ ├── GT800_test.cfg
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gear.csproj
│ │ ├── gts.cs
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── gear.csproj.FileListAbsolute.txt
│ │ │ ├── gear.exe
│ │ │ ├── gear.Form1.resources
│ │ │ ├── gear.pdb
│ │ │ ├── gear.Properties.Resources.resources
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── gear.sln
│ └── gear.suo
├── 6-7
│ ├── follow.sln
│ ├── follow.suo
│ └── GTSDemoCSharp
│ ├── bin
│ │ └── x86
│ │ └── Debug
│ │ ├── GT800_test.cfg
│ │ ├── GTSDemoCSharp.exe
│ │ ├── GTSDemoCSharp.pdb
│ │ ├── GTSDemoCSharp.vshost.exe
│ │ └── gts.dll
│ ├── follow.csproj
│ ├── follow.csproj.user
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── gts.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── follow.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── follow.csproj.FileListAbsolute.txt
│ │ ├── GTSDemoCSharp.exe
│ │ ├── GTSDemoCSharp.Form1.resources
│ │ ├── GTSDemoCSharp.pdb
│ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── 6-8
│ ├── follow_switch.sln
│ ├── follow_switch.suo
│ └── GTSDemoCSharp
│ ├── bin
│ │ └── x86
│ │ └── Debug
│ │ ├── GT800_test.cfg
│ │ ├── GTSDemoCSharp.exe
│ │ ├── GTSDemoCSharp.pdb
│ │ ├── GTSDemoCSharp.vshost.exe
│ │ └── gts.dll
│ ├── follow_switch.csproj
│ ├── follow_switch.csproj.user
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── gts.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── follow_switch.csproj.FileListAbsolute.txt
│ │ ├── GTSDemoCSharp.exe
│ │ ├── GTSDemoCSharp.Form1.resources
│ │ ├── GTSDemoCSharp.pdb
│ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── 6-9~16
│ ├── coordinate.sln
│ ├── coordinate.suo
│ └── GTSDemoCSharp
│ ├── bin
│ │ └── x86
│ │ └── Debug
│ │ ├── coordinate.exe
│ │ ├── coordinate.pdb
│ │ ├── coordinate.vshost.exe
│ │ ├── coordinate.vshost.exe.manifest
│ │ ├── GT800_test.cfg
│ │ └── gts.dll
│ ├── coordinate.csproj
│ ├── coordinate.csproj.user
│ ├── Form1.cs
│ ├── Form1.Designer.cs
│ ├── Form1.resx
│ ├── gts.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── coordinate.csproj.FileListAbsolute.txt
│ │ │ ├── coordinate.csproj.GenerateResource.Cache
│ │ │ ├── coordinate.exe
│ │ │ ├── coordinate.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── x86
│ │ └── Debug
│ │ ├── coordinate.csproj.FileListAbsolute.txt
│ │ ├── coordinate.exe
│ │ ├── coordinate.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GTSDemoCSharp.Form1.resources
│ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── 7-1
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 7-2
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 7-3
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 7-4
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 8-2
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 8-3
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 8-4
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ └── gts.dll
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 8-5
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 9-1
│ ├── GTSDemoCSharp
│ │ ├── bin
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ ├── GTSDemoCSharp.csproj
│ │ ├── GTSDemoCSharp.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── GTSDemoCSharp.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ └── GTSDemoCSharp.pdb
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GTSDemoCSharp.sln
│ └── GTSDemoCSharp.suo
├── 《GTS系列运动控制器编程手册》C#例程列表.pdf
└── Thumbs.db
342 directories, 837 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论