嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
《GTS系列运动控制器编程手册》C#例程
.
├── 《GTS系列运动控制器编程手册》C#例程
│ ├── 10-1
│ │ ├── GTSDemoCSharp
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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
│ │ │ │ ├── TempPE
│ │ │ │ └── mc_sum.csproj.FileListAbsolute.txt
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── TempPE
│ │ │ └── mc_sum.csproj.FileListAbsolute.txt
│ │ ├── mc_sum.sln
│ │ ├── mc_sum.suo
│ │ └── mc_sum.v11.suo
│ ├── 10-2
│ │ ├── GTSDemoCSharp
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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
│ │ │ │ ├── TempPE
│ │ │ │ ├── mc_sum.csproj.FileListAbsolute.txt
│ │ │ │ └── mc_sum_mt.csproj.FileListAbsolute.txt
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── TempPE
│ │ │ └── mc_sum_mt.csproj.FileListAbsolute.txt
│ │ ├── mc_sum_mt.sln
│ │ └── mc_sum_mt.suo
│ ├── 11-1
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 11-2
│ │ ├── GTSDemoCSharp
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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
│ │ │ │ │ ├── TempPE
│ │ │ │ │ └── servo.csproj.FileListAbsolute.txt
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── TempPE
│ │ │ │ └── servo.csproj.FileListAbsolute.txt
│ │ │ ├── servo.csproj
│ │ │ └── servo.csproj.user
│ │ ├── servo.sln
│ │ └── servo.suo
│ ├── 11-3
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 11-4
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 4-1
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 4-2
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.CoreCompileInputs.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.csprojAssemblyReference.cache
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 4-3
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 4-4
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 5-1
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 6-1
│ │ ├── P2P.sln
│ │ ├── P2P.suo
│ │ └── Test
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── P2P.csproj
│ │ ├── P2P.csproj.user
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── GT800_test.cfg
│ │ │ ├── Test.exe
│ │ │ ├── Test.pdb
│ │ │ ├── Test.vshost.exe
│ │ │ ├── Test.vshost.exe.manifest
│ │ │ └── gts.dll
│ │ ├── gts.cs
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Test.Form1.resources
│ │ │ ├── Test.Properties.Resources.resources
│ │ │ ├── Test.csproj.FileListAbsolute.txt
│ │ │ ├── Test.csproj.GenerateResource.Cache
│ │ │ ├── Test.exe
│ │ │ └── Test.pdb
│ │ ├── Release
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── P2P.csproj.CoreCompileInputs.cache
│ │ ├── P2P.csproj.FileListAbsolute.txt
│ │ ├── P2P.csproj.GenerateResource.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Test.Form1.resources
│ │ ├── Test.Properties.Resources.resources
│ │ ├── Test.csproj.FileListAbsolute.txt
│ │ ├── Test.exe
│ │ └── Test.pdb
│ ├── 6-17
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 6-18
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 6-19
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 6-2
│ │ ├── jog
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── gts.dll
│ │ │ │ ├── jog.exe
│ │ │ │ ├── jog.pdb
│ │ │ │ ├── jog.vshost.exe
│ │ │ │ └── jog.vshost.exe.manifest
│ │ │ ├── gts.cs
│ │ │ ├── jog.csproj
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── TempPE
│ │ │ ├── jog.Form1.resources
│ │ │ ├── jog.Properties.Resources.resources
│ │ │ ├── jog.csproj.FileListAbsolute.txt
│ │ │ ├── jog.csproj.GenerateResource.Cache
│ │ │ ├── jog.csprojResolveAssemblyReference.cache
│ │ │ ├── jog.exe
│ │ │ └── jog.pdb
│ │ ├── jog.sln
│ │ └── jog.suo
│ ├── 6-20
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 6-3
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ ├── GTSDemoCSharp.vshost.exe.manifest
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 6-4
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 6-5
│ │ ├── gear
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── gear.exe
│ │ │ │ ├── gear.pdb
│ │ │ │ ├── gear.vshost.exe
│ │ │ │ ├── gear.vshost.exe.manifest
│ │ │ │ └── gts.dll
│ │ │ ├── gear.csproj
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── gear.Form1.resources
│ │ │ ├── gear.Properties.Resources.resources
│ │ │ ├── gear.csproj.FileListAbsolute.txt
│ │ │ ├── gear.exe
│ │ │ └── gear.pdb
│ │ ├── gear.sln
│ │ └── gear.suo
│ ├── 6-7
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── follow.csproj
│ │ │ ├── follow.csproj.user
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── follow.csproj.FileListAbsolute.txt
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── follow.csproj.CoreCompileInputs.cache
│ │ │ ├── follow.csproj.FileListAbsolute.txt
│ │ │ ├── follow.csproj.GenerateResource.cache
│ │ │ └── follow.csprojAssemblyReference.cache
│ │ ├── follow.sln
│ │ └── follow.suo
│ ├── 6-8
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── follow_switch.csproj
│ │ │ ├── follow_switch.csproj.user
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── follow_switch.csproj.FileListAbsolute.txt
│ │ ├── follow_switch.sln
│ │ └── follow_switch.suo
│ ├── 6-9~16
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── coordinate.exe
│ │ │ │ ├── coordinate.pdb
│ │ │ │ ├── coordinate.vshost.exe
│ │ │ │ ├── coordinate.vshost.exe.manifest
│ │ │ │ └── gts.dll
│ │ │ ├── coordinate.csproj
│ │ │ ├── coordinate.csproj.user
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── coordinate.csproj.FileListAbsolute.txt
│ │ │ │ ├── coordinate.csproj.GenerateResource.Cache
│ │ │ │ ├── coordinate.exe
│ │ │ │ └── coordinate.pdb
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── coordinate.csproj.FileListAbsolute.txt
│ │ │ ├── coordinate.exe
│ │ │ └── coordinate.pdb
│ │ ├── coordinate.sln
│ │ ├── coordinate.suo
│ │ └── coordinate.v11.suo
│ ├── 7-1
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 7-2
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 7-3
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 7-4
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 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.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 8-2
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 8-3
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 8-4
│ │ ├── GTSDemoCSharp
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── GT800_test.cfg
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── GTSDemoCSharp.vshost.exe
│ │ │ │ └── gts.dll
│ │ │ ├── gts.cs
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.csproj.GenerateResource.Cache
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.Form1.resources
│ │ │ ├── GTSDemoCSharp.Properties.Resources.resources
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 8-5
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ └── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── 9-1
│ │ ├── GTSDemoCSharp
│ │ │ ├── GTSDemoCSharp.csproj
│ │ │ ├── GTSDemoCSharp.csproj.user
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── 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.csproj.FileListAbsolute.txt
│ │ │ │ ├── GTSDemoCSharp.exe
│ │ │ │ ├── GTSDemoCSharp.pdb
│ │ │ │ └── TempPE
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GTSDemoCSharp.csproj.FileListAbsolute.txt
│ │ │ ├── GTSDemoCSharp.exe
│ │ │ ├── GTSDemoCSharp.pdb
│ │ │ └── TempPE
│ │ ├── GTSDemoCSharp.sln
│ │ └── GTSDemoCSharp.suo
│ ├── Thumbs.db
│ └── 《GTS系列运动控制器编程手册》C#例程列表.pdf
└── 好例子网_《GTS系列运动控制器编程手册》C#例程.rar
404 directories, 848 files