在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → solidworks pdm api developer二次开发

solidworks pdm api developer二次开发

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.57M
  • 下载次数:27
  • 浏览次数:428
  • 发布时间:2020-09-13
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
这是solidworks PDM二次开发参考,注意这是自己整理的,依据chm文档整理,辛苦费还是必须的,希望对你有用。
【实例截图】
【核心代码】
vsAPP2014pdm
├── AccessCustRefs_CSharp
│   ├── AccessCustRefs_CSharp
│   │   ├── AccessCustRefs_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AccessCustRefs_CSharp.exe
│   │   │   ├── AccessCustRefs_CSharp.pdb
│   │   │   ├── AccessCustRefs_CSharp.vshost.exe
│   │   │   └── AccessCustRefs_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AccessCustRefs_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AccessCustRefs_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── AccessCustRefs_CSharp.exe
│   │   │   ├── AccessCustRefs_CSharp.pdb
│   │   │   ├── AccessCustRefs_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AccessCustRefs_CSharp.sln
│   └── AccessCustRefs_CSharp.suo
├── AddDictionaryCSharp
│   ├── AddDictionaryCSharp
│   │   ├── AddDictionaryCSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddDictionaryCSharp.exe
│   │   │   ├── AddDictionaryCSharp.pdb
│   │   │   ├── AddDictionaryCSharp.vshost.exe
│   │   │   └── AddDictionaryCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddDictionaryCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddDictionaryCSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddDictionaryCSharp.exe
│   │   │   ├── AddDictionaryCSharp.pdb
│   │   │   ├── AddDictionaryCSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AddDictionaryCSharp.sln
│   └── AddDictionaryCSharp.suo
├── AddEditVars_CSharp
│   ├── AddEditVars_CSharp
│   │   ├── AddEditVars_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddEditVars_CSharp.exe
│   │   │   ├── AddEditVars_CSharp.pdb
│   │   │   ├── AddEditVars_CSharp.vshost.exe
│   │   │   └── AddEditVars_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddEditVars_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddEditVars_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddEditVars_CSharp.exe
│   │   │   ├── AddEditVars_CSharp.pdb
│   │   │   ├── AddEditVars_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AddEditVars_CSharp.sln
│   └── AddEditVars_CSharp.suo
├── AddFiles_CSharp
│   ├── AddFiles_CSharp
│   │   ├── AddFiles_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddFiles_CSharp.exe
│   │   │   ├── AddFiles_CSharp.pdb
│   │   │   ├── AddFiles_CSharp.vshost.exe
│   │   │   └── AddFiles_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddFiles_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddFiles_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddFiles_CSharp.exe
│   │   │   ├── AddFiles_CSharp.pdb
│   │   │   ├── AddFiles_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AddFiles_CSharp.sln
│   └── AddFiles_CSharp.suo
├── AddFolder_CSharp
│   ├── AddFolder_CSharp
│   │   ├── AddFolder_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddFolder_CSharp.exe
│   │   │   ├── AddFolder_CSharp.pdb
│   │   │   ├── AddFolder_CSharp.vshost.exe
│   │   │   └── AddFolder_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddFolder_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddFolder_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddFolder_CSharp.exe
│   │   │   ├── AddFolder_CSharp.pdb
│   │   │   ├── AddFolder_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AddFolder_CSharp.sln
│   └── AddFolder_CSharp.suo
├── AddinMgr_CSharp
│   ├── AddinMgr_CSharp
│   │   ├── AddinMgr_CSharp.csproj
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddinMgr_CSharp.exe
│   │   │   ├── AddinMgr_CSharp.exe.config
│   │   │   ├── AddinMgr_CSharp.pdb
│   │   │   ├── AddinMgr_CSharp.vshost.exe
│   │   │   ├── AddinMgr_CSharp.vshost.exe.config
│   │   │   └── AddinMgr_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddinMgr_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddinMgr_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddinMgr_CSharp.exe
│   │   │   ├── AddinMgr_CSharp.pdb
│   │   │   ├── AddinMgr_CSharp.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AddinMgr_CSharp.sln
│   └── AddinMgr_CSharp.suo
├── AddItemsCSharp
│   ├── AddItemsCSharp
│   │   ├── AddItemsCSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddItemsCSharp.exe
│   │   │   ├── AddItemsCSharp.pdb
│   │   │   ├── AddItemsCSharp.vshost.exe
│   │   │   └── AddItemsCSharp.vshost.exe.manifest
│   │   ├── EdmVaultSingleton.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Items.xml
│   │   ├── NewItem.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddItemsCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddItemsCSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddItemsCSharp.exe
│   │   │   ├── AddItemsCSharp.pdb
│   │   │   ├── AddItemsCSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AddItemsCSharp.sln
│   ├── AddItemsCSharp.suo
│   ├── Items.xml
│   └── 新建文本文档.txt
├── AddRemoveUsersGroupsCSharp
│   ├── AddRemoveUsersGroupsCSharp
│   │   ├── AddRemoveUsersGroupsCSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddRemoveUsersGroupsCSharp.exe
│   │   │   ├── AddRemoveUsersGroupsCSharp.pdb
│   │   │   ├── AddRemoveUsersGroupsCSharp.vshost.exe
│   │   │   └── AddRemoveUsersGroupsCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddRemoveUsersGroupsCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddRemoveUsersGroupsCSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddRemoveUsersGroupsCSharp.exe
│   │   │   ├── AddRemoveUsersGroupsCSharp.pdb
│   │   │   ├── AddRemoveUsersGroupsCSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── AddRemoveUsersGroupsCSharp.sln
│   └── AddRemoveUsersGroupsCSharp.suo
├── AddUsersCSharp
│   ├── AddUsersCSharp
│   │   ├── AddUsersCSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── AddUsersCSharp.exe
│   │   │   ├── AddUsersCSharp.pdb
│   │   │   ├── AddUsersCSharp.vshost.exe
│   │   │   └── AddUsersCSharp.vshost.exe.manifest
│   │   ├── EdmVaultSingleton.cs
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── AddUsersCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── AddUsersCSharp.csproj.GenerateResource.Cache
│   │   │   ├── AddUsersCSharp.exe
│   │   │   ├── AddUsersCSharp.pdb
│   │   │   ├── AddUsersCSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── User.cs
│   ├── AddUsersCSharp.sln
│   └── AddUsersCSharp.suo
├── BatchAddFiles_CSharp
│   ├── BatchAddFiles_CSharp
│   │   ├── app.config
│   │   ├── BatchAddFiles_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchAddFiles_CSharp.exe
│   │   │   ├── BatchAddFiles_CSharp.exe.config
│   │   │   ├── BatchAddFiles_CSharp.pdb
│   │   │   ├── BatchAddFiles_CSharp.vshost.exe
│   │   │   ├── BatchAddFiles_CSharp.vshost.exe.config
│   │   │   └── BatchAddFiles_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchAddFiles_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchAddFiles_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchAddFiles_CSharp.exe
│   │   │   ├── BatchAddFiles_CSharp.pdb
│   │   │   ├── BatchAddFiles_CSharp.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchAddFiles_CSharp.sln
│   └── BatchAddFiles_CSharp.suo
├── BatchAddFolders_CSharp
│   ├── BatchAddFolders_CSharp
│   │   ├── app.config
│   │   ├── BatchAddFolders_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchAddFolders_CSharp.exe
│   │   │   ├── BatchAddFolders_CSharp.exe.config
│   │   │   ├── BatchAddFolders_CSharp.pdb
│   │   │   ├── BatchAddFolders_CSharp.vshost.exe
│   │   │   ├── BatchAddFolders_CSharp.vshost.exe.config
│   │   │   └── BatchAddFolders_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchAddFolders_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchAddFolders_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchAddFolders_CSharp.exe
│   │   │   ├── BatchAddFolders_CSharp.pdb
│   │   │   ├── BatchAddFolders_CSharp.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchAddFolders_CSharp.sln
│   └── BatchAddFolders_CSharp.suo
├── BatchAddItemRefs_CSharp
│   ├── BatchAddItemRefs_CSharp
│   │   ├── BatchAddItemRefs_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchAddItemRefs_CSharp.exe
│   │   │   ├── BatchAddItemRefs_CSharp.pdb
│   │   │   ├── BatchAddItemRefs_CSharp.vshost.exe
│   │   │   └── BatchAddItemRefs_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchAddItemRefs_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchAddItemRefs_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchAddItemRefs_CSharp.exe
│   │   │   ├── BatchAddItemRefs_CSharp.pdb
│   │   │   ├── BatchAddItemRefs_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchAddItemRefs_CSharp.sln
│   └── BatchAddItemRefs_CSharp.suo
├── BatchChangeFileStates_CSharp
│   ├── BatchChangeFileStates_CSharp
│   │   ├── app.config
│   │   ├── BatchChangeFileStates_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchChangeFileStates_CSharp.exe
│   │   │   ├── BatchChangeFileStates_CSharp.exe.config
│   │   │   ├── BatchChangeFileStates_CSharp.pdb
│   │   │   ├── BatchChangeFileStates_CSharp.vshost.exe
│   │   │   ├── BatchChangeFileStates_CSharp.vshost.exe.config
│   │   │   └── BatchChangeFileStates_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchChangeFileStates_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchChangeFileStates_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchChangeFileStates_CSharp.exe
│   │   │   ├── BatchChangeFileStates_CSharp.pdb
│   │   │   ├── BatchChangeFileStates_CSharp.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchChangeFileStates_CSharp.sln
│   └── BatchChangeFileStates_CSharp.suo
├── BatchDeleteFiles_CSharp
│   ├── BatchDeleteFiles_CSharp
│   │   ├── BatchDeleteFiles_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchDeleteFiles_CSharp.exe
│   │   │   ├── BatchDeleteFiles_CSharp.pdb
│   │   │   ├── BatchDeleteFiles_CSharp.vshost.exe
│   │   │   └── BatchDeleteFiles_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchDeleteFiles_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchDeleteFiles_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchDeleteFiles_CSharp.exe
│   │   │   ├── BatchDeleteFiles_CSharp.pdb
│   │   │   ├── BatchDeleteFiles_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchDeleteFiles_CSharp.sln
│   └── BatchDeleteFiles_CSharp.suo
├── BatchGetFiles_CSharp
│   ├── BatchGetFiles_CSharp
│   │   ├── BatchGetFiles_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchGetFiles_CSharp.exe
│   │   │   ├── BatchGetFiles_CSharp.pdb
│   │   │   ├── BatchGetFiles_CSharp.vshost.exe
│   │   │   └── BatchGetFiles_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchGetFiles_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchGetFiles_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchGetFiles_CSharp.exe
│   │   │   ├── BatchGetFiles_CSharp.pdb
│   │   │   ├── BatchGetFiles_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchGetFiles_CSharp.sln
│   └── BatchGetFiles_CSharp.suo
├── BatchGetSetRefVariables_CSharp
│   ├── BatchGetSetRefVariables_CSharp
│   │   ├── BatchGetSetRefVariables_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchGetSetRefVariables_CSharp.exe
│   │   │   ├── BatchGetSetRefVariables_CSharp.pdb
│   │   │   ├── BatchGetSetRefVariables_CSharp.vshost.exe
│   │   │   └── BatchGetSetRefVariables_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchGetSetRefVariables_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchGetSetRefVariables_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchGetSetRefVariables_CSharp.exe
│   │   │   ├── BatchGetSetRefVariables_CSharp.pdb
│   │   │   ├── BatchGetSetRefVariables_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchGetSetRefVariables_CSharp.sln
│   └── BatchGetSetRefVariables_CSharp.suo
├── BatchRevokeTransitions_CSharp
│   ├── BatchRevokeTransitions_CSharp
│   │   ├── BatchRevokeTransitions_CSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchRevokeTransitions_CSharp.exe
│   │   │   ├── BatchRevokeTransitions_CSharp.pdb
│   │   │   ├── BatchRevokeTransitions_CSharp.vshost.exe
│   │   │   └── BatchRevokeTransitions_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchRevokeTransitions_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchRevokeTransitions_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchRevokeTransitions_CSharp.exe
│   │   │   ├── BatchRevokeTransitions_CSharp.pdb
│   │   │   ├── BatchRevokeTransitions_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchRevokeTransitions_CSharp.sln
│   └── BatchRevokeTransitions_CSharp.suo
├── BatchUpdateCardVarsCSharp
│   ├── BatchUpdateCardVarsCSharp
│   │   ├── BatchUpdateCardVarsCSharp.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── BatchUpdateCardVarsCSharp.exe
│   │   │   ├── BatchUpdateCardVarsCSharp.pdb
│   │   │   ├── BatchUpdateCardVarsCSharp.vshost.exe
│   │   │   └── BatchUpdateCardVarsCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── BatchUpdateCardVarsCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── BatchUpdateCardVarsCSharp.csproj.GenerateResource.Cache
│   │   │   ├── BatchUpdateCardVarsCSharp.exe
│   │   │   ├── BatchUpdateCardVarsCSharp.pdb
│   │   │   ├── BatchUpdateCardVarsCSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── BatchUpdateCardVarsCSharp.sln
│   └── BatchUpdateCardVarsCSharp.suo
├── CallingCSharp
│   ├── CallingCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CallingCSharp.exe
│   │   │   ├── CallingCSharp.pdb
│   │   │   ├── CallingCSharp.vshost.exe
│   │   │   └── CallingCSharp.vshost.exe.manifest
│   │   ├── CallingCSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CallingCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CallingCSharp.csproj.GenerateResource.Cache
│   │   │   ├── CallingCSharp.exe
│   │   │   ├── CallingCSharp.pdb
│   │   │   ├── CallingCSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CallingCSharp.sln
│   └── CallingCSharp.suo
├── CardControlInfo_CSharp
│   ├── CardControlInfo_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CardControlInfo_CSharp.exe
│   │   │   ├── CardControlInfo_CSharp.pdb
│   │   │   ├── CardControlInfo_CSharp.vshost.exe
│   │   │   └── CardControlInfo_CSharp.vshost.exe.manifest
│   │   ├── CardControlInfo_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CardControlInfo_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CardControlInfo_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── CardControlInfo_CSharp.exe
│   │   │   ├── CardControlInfo_CSharp.pdb
│   │   │   ├── CardControlInfo_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CardControlInfo_CSharp.sln
│   └── CardControlInfo_CSharp.suo
├── CardsVariableCSharp
│   ├── CardsVariableCSharp
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CardsVariableCSharp.exe
│   │   │   ├── CardsVariableCSharp.exe.config
│   │   │   ├── CardsVariableCSharp.pdb
│   │   │   ├── CardsVariableCSharp.vshost.exe
│   │   │   ├── CardsVariableCSharp.vshost.exe.config
│   │   │   └── CardsVariableCSharp.vshost.exe.manifest
│   │   ├── CardsVariableCSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CardsVariableCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CardsVariableCSharp.csproj.GenerateResource.Cache
│   │   │   ├── CardsVariableCSharp.exe
│   │   │   ├── CardsVariableCSharp.pdb
│   │   │   ├── CardsVariableCSharp.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CardsVariableCSharp.sln
│   └── CardsVariableCSharp.suo
├── CardVars_CSharp
│   ├── CardVars_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CardVars_CSharp.exe
│   │   │   ├── CardVars_CSharp.pdb
│   │   │   ├── CardVars_CSharp.vshost.exe
│   │   │   └── CardVars_CSharp.vshost.exe.manifest
│   │   ├── CardVars_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CardVars_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CardVars_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── CardVars_CSharp.exe
│   │   │   ├── CardVars_CSharp.pdb
│   │   │   ├── CardVars_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CardVars_CSharp.sln
│   └── CardVars_CSharp.suo
├── CreateCardView_CSharp
│   ├── CreateCardView_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CreateCardView_CSharp.exe
│   │   │   ├── CreateCardView_CSharp.pdb
│   │   │   ├── CreateCardView_CSharp.vshost.exe
│   │   │   └── CreateCardView_CSharp.vshost.exe.manifest
│   │   ├── CreateCardView_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CreateCardView_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CreateCardView_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── CreateCardView_CSharp.exe
│   │   │   ├── CreateCardView_CSharp.pdb
│   │   │   ├── CreateCardView_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CreateCardView_CSharp.sln
│   └── CreateCardView_CSharp.suo
├── CreateLabel_CSharp
│   ├── CreateLabel_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CreateLabel_CSharp.exe
│   │   │   ├── CreateLabel_CSharp.pdb
│   │   │   ├── CreateLabel_CSharp.vshost.exe
│   │   │   └── CreateLabel_CSharp.vshost.exe.manifest
│   │   ├── CreateLabel_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CreateLabel_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CreateLabel_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── CreateLabel_CSharp.exe
│   │   │   ├── CreateLabel_CSharp.pdb
│   │   │   ├── CreateLabel_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CreateLabel_CSharp.sln
│   └── CreateLabel_CSharp.suo
├── CreateMenuCommand_CSharp
│   ├── CreateMenuCommand_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CreateMenuCommand_CSharp.dll
│   │   │   ├── CreateMenuCommand_CSharp.pdb
│   │   │   └── Interop.EdmLib.dll
│   │   ├── Class1.cs
│   │   ├── CreateMenuCommand_CSharp.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── CreateMenuCommand_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CreateMenuCommand_CSharp.csprojResolveAssemblyReference.cache
│   │   │   ├── CreateMenuCommand_CSharp.csproj.ResolveComReference.cache
│   │   │   ├── CreateMenuCommand_CSharp.dll
│   │   │   ├── CreateMenuCommand_CSharp.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── Interop.EdmLib.dll
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── CreateMenuCommand_CSharp.sln
│   └── CreateMenuCommand_CSharp.suo
├── CreateMenuCommand_CSharpx.rar
├── CreateMenuCommand_CSharpy.rar
├── CreateMenuCommand_CSharpz.rar
├── CreateMenuCommand_CSharpzz.rar
├── CreateUserPicture_CSharp
│   ├── CreateUserPicture_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CreateUserPicture_CSharp.exe
│   │   │   ├── CreateUserPicture_CSharp.pdb
│   │   │   ├── CreateUserPicture_CSharp.vshost.exe
│   │   │   └── CreateUserPicture_CSharp.vshost.exe.manifest
│   │   ├── CreateUserPicture_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CreateUserPicture_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CreateUserPicture_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── CreateUserPicture_CSharp.exe
│   │   │   ├── CreateUserPicture_CSharp.pdb
│   │   │   ├── CreateUserPicture_CSharp.Properties.Resources.resources
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CreateUserPicture_CSharp.sln
│   └── CreateUserPicture_CSharp.suo
├── CustRefCSharp
│   ├── CustRefCSharp
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── CustRefCSharp.exe
│   │   │   ├── CustRefCSharp.exe.config
│   │   │   ├── CustRefCSharp.pdb
│   │   │   ├── CustRefCSharp.vshost.exe
│   │   │   ├── CustRefCSharp.vshost.exe.config
│   │   │   └── CustRefCSharp.vshost.exe.manifest
│   │   ├── CustRefCSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── CustRefCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── CustRefCSharp.csproj.GenerateResource.Cache
│   │   │   ├── CustRefCSharp.exe
│   │   │   ├── CustRefCSharp.pdb
│   │   │   ├── CustRefCSharp.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── CustRefCSharp.sln
│   └── CustRefCSharp.suo
├── DestroyDeletedItems
│   ├── DestroyDeletedItems
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── DestroyDeletedItems.exe
│   │   │   ├── DestroyDeletedItems.pdb
│   │   │   ├── DestroyDeletedItems.vshost.exe
│   │   │   └── DestroyDeletedItems.vshost.exe.manifest
│   │   ├── DestroyDeletedItems.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── DestroyDeletedItems.csproj.FileListAbsolute.txt
│   │   │   ├── DestroyDeletedItems.csproj.GenerateResource.Cache
│   │   │   ├── DestroyDeletedItems.exe
│   │   │   ├── DestroyDeletedItems.pdb
│   │   │   └── DestroyDeletedItems.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── DestroyDeletedItems.sln
│   └── DestroyDeletedItems.suo
├── EdmBOM_CSharp
│   ├── EdmBOM_CSharp
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── EdmBOM_CSharp.exe
│   │   │   ├── EdmBOM_CSharp.exe.config
│   │   │   ├── EdmBOM_CSharp.pdb
│   │   │   ├── EdmBOM_CSharp.vshost.exe
│   │   │   ├── EdmBOM_CSharp.vshost.exe.config
│   │   │   └── EdmBOM_CSharp.vshost.exe.manifest
│   │   ├── EdmBOM_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── EdmBOM_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── EdmBOM_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── EdmBOM_CSharp.exe
│   │   │   ├── EdmBOM_CSharp.pdb
│   │   │   ├── EdmBOM_CSharp.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── EdmBOM_CSharp.sln
│   └── EdmBOM_CSharp.suo
├── EdmPlugn.h
├── Edm.tlb
├── EPDM.Interop.epdm.dll
├── EPDMResultCodes.tlb
├── FileRefCSharp
│   ├── FileRefCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── FileRefCSharp.exe
│   │   │   ├── FileRefCSharp.pdb
│   │   │   ├── FileRefCSharp.vshost.exe
│   │   │   └── FileRefCSharp.vshost.exe.manifest
│   │   ├── FileRef.cs
│   │   ├── FileRefCSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── FileRefCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── FileRefCSharp.csproj.GenerateResource.Cache
│   │   │   ├── FileRefCSharp.exe
│   │   │   ├── FileRefCSharp.pdb
│   │   │   └── FileRefCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── FileRefCSharp.sln
│   └── FileRefCSharp.suo
├── Files_CSharp
│   ├── Files_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Files_CSharp.exe
│   │   │   ├── Files_CSharp.pdb
│   │   │   ├── Files_CSharp.vshost.exe
│   │   │   └── Files_CSharp.vshost.exe.manifest
│   │   ├── Files_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Files_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── Files_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── Files_CSharp.exe
│   │   │   ├── Files_CSharp.pdb
│   │   │   └── Files_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Files_CSharp.sln
│   └── Files_CSharp.suo
├── FindRevisionsCSharp
│   ├── FindRevisionsCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── FindRevisionsCSharp.exe
│   │   │   ├── FindRevisionsCSharp.pdb
│   │   │   ├── FindRevisionsCSharp.vshost.exe
│   │   │   └── FindRevisionsCSharp.vshost.exe.manifest
│   │   ├── FindRevisionsCSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── FindRevisionsCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── FindRevisionsCSharp.csproj.GenerateResource.Cache
│   │   │   ├── FindRevisionsCSharp.exe
│   │   │   ├── FindRevisionsCSharp.pdb
│   │   │   └── FindRevisionsCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── FindRevisionsCSharp.sln
│   └── FindRevisionsCSharp.suo
├── FindUser_CSharp
│   ├── FindUser_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── FindUser_CSharp.exe
│   │   │   ├── FindUser_CSharp.pdb
│   │   │   ├── FindUser_CSharp.vshost.exe
│   │   │   └── FindUser_CSharp.vshost.exe.manifest
│   │   ├── FindUser_CSharp.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── FindUser_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── FindUser_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── FindUser_CSharp.exe
│   │   │   ├── FindUser_CSharp.pdb
│   │   │   └── FindUser_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── FindUser_CSharp.sln
│   └── FindUser_CSharp.suo
├── GetCategories_CSharp
│   ├── GetCategories_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GetCategories_CSharp.exe
│   │   │   ├── GetCategories_CSharp.pdb
│   │   │   ├── GetCategories_CSharp.vshost.exe
│   │   │   └── GetCategories_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── GetCategories_CSharp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GetCategories_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── GetCategories_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── GetCategories_CSharp.exe
│   │   │   ├── GetCategories_CSharp.pdb
│   │   │   └── GetCategories_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── GetCategories_CSharp.sln
│   └── GetCategories_CSharp.suo
├── GetFileVersionsCSharp
│   ├── GetFileVersionsCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GetFileVersionsCSharp.exe
│   │   │   ├── GetFileVersionsCSharp.pdb
│   │   │   ├── GetFileVersionsCSharp.vshost.exe
│   │   │   └── GetFileVersionsCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── GetFileVersionsCSharp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GetFileVersionsCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── GetFileVersionsCSharp.csproj.GenerateResource.Cache
│   │   │   ├── GetFileVersionsCSharp.exe
│   │   │   ├── GetFileVersionsCSharp.pdb
│   │   │   └── GetFileVersionsCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── GetFileVersionsCSharp.sln
│   └── GetFileVersionsCSharp.suo
├── GetHistories_CSharp
│   ├── GetHistories_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GetHistories_CSharp.exe
│   │   │   ├── GetHistories_CSharp.pdb
│   │   │   ├── GetHistories_CSharp.vshost.exe
│   │   │   └── GetHistories_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── GetHistories_CSharp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GetHistories_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── GetHistories_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── GetHistories_CSharp.exe
│   │   │   ├── GetHistories_CSharp.pdb
│   │   │   └── GetHistories_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── GetHistories_CSharp.sln
│   └── GetHistories_CSharp.suo
├── GetParentReferences_CSharp
│   ├── GetParentReferences_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GetParentReferences_CSharp.exe
│   │   │   ├── GetParentReferences_CSharp.pdb
│   │   │   ├── GetParentReferences_CSharp.vshost.exe
│   │   │   └── GetParentReferences_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── GetParentReferences_CSharp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GetParentReferences_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── GetParentReferences_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── GetParentReferences_CSharp.exe
│   │   │   ├── GetParentReferences_CSharp.pdb
│   │   │   └── GetParentReferences_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── GetParentReferences_CSharp.sln
│   └── GetParentReferences_CSharp.suo
├── GetPreviewBitmap_CSharp
│   ├── GetPreviewBitmap_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── GetPreviewBitmap_CSharp.exe
│   │   │   ├── GetPreviewBitmap_CSharp.pdb
│   │   │   ├── GetPreviewBitmap_CSharp.vshost.exe
│   │   │   └── GetPreviewBitmap_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── GetPreviewBitmap_CSharp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── GetPreviewBitmap_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── GetPreviewBitmap_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── GetPreviewBitmap_CSharp.exe
│   │   │   ├── GetPreviewBitmap_CSharp.pdb
│   │   │   └── GetPreviewBitmap_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── GetPreviewBitmap_CSharp.sln
│   └── GetPreviewBitmap_CSharp.suo
├── ItemRefs_CSharp
│   ├── ItemRefs_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── ItemRefs_CSharp.exe
│   │   │   ├── ItemRefs_CSharp.pdb
│   │   │   ├── ItemRefs_CSharp.vshost.exe
│   │   │   └── ItemRefs_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── ItemRefs_CSharp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ItemRefs_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── ItemRefs_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── ItemRefs_CSharp.exe
│   │   │   ├── ItemRefs_CSharp.pdb
│   │   │   └── ItemRefs_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── ItemRefs_CSharp.sln
│   └── ItemRefs_CSharp.suo
├── MessageCSharp
│   ├── MessageCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── MessageCSharp.exe
│   │   │   ├── MessageCSharp.pdb
│   │   │   ├── MessageCSharp.vshost.exe
│   │   │   └── MessageCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── MessageCSharp.csproj
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MessageCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── MessageCSharp.csproj.GenerateResource.Cache
│   │   │   ├── MessageCSharp.exe
│   │   │   ├── MessageCSharp.pdb
│   │   │   └── MessageCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── MessageCSharp.sln
│   └── MessageCSharp.suo
├── PaintWorkflowGraph_CSharp
│   ├── PaintWorkflowGraph_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── PaintWorkflowGraph_CSharp.exe
│   │   │   ├── PaintWorkflowGraph_CSharp.pdb
│   │   │   ├── PaintWorkflowGraph_CSharp.vshost.exe
│   │   │   └── PaintWorkflowGraph_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── PaintWorkflowGraph_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── PaintWorkflowGraph_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── PaintWorkflowGraph_CSharp.exe
│   │   │   ├── PaintWorkflowGraph_CSharp.pdb
│   │   │   └── PaintWorkflowGraph_CSharp.Properties.Resources.resources
│   │   ├── PaintWorkflowGraph_CSharp.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── PaintWorkflowGraph_CSharp.sln
│   └── PaintWorkflowGraph_CSharp.suo
├── RawReferencesCSharp
│   ├── RawReferencesCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── RawReferencesCSharp.exe
│   │   │   ├── RawReferencesCSharp.pdb
│   │   │   ├── RawReferencesCSharp.vshost.exe
│   │   │   └── RawReferencesCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── RawReferencesCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── RawReferencesCSharp.csproj.GenerateResource.Cache
│   │   │   ├── RawReferencesCSharp.exe
│   │   │   ├── RawReferencesCSharp.pdb
│   │   │   └── RawReferencesCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── RawReferencesCSharp.csproj
│   ├── RawReferencesCSharp.sln
│   └── RawReferencesCSharp.suo
├── RevisionCSharp
│   ├── RevisionCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── RevisionCSharp.exe
│   │   │   ├── RevisionCSharp.pdb
│   │   │   ├── RevisionCSharp.vshost.exe
│   │   │   └── RevisionCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── RevisionCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── RevisionCSharp.csproj.GenerateResource.Cache
│   │   │   ├── RevisionCSharp.exe
│   │   │   ├── RevisionCSharp.pdb
│   │   │   └── RevisionCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── RevisionCSharp.csproj
│   ├── RevisionCSharp.sln
│   └── RevisionCSharp.suo
├── Root
│   ├── Root
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Interop.EdmLib.dll
│   │   │   │   ├── Root.dll
│   │   │   │   ├── Root.pdb
│   │   │   │   └── Root.tlb
│   │   │   └── Release
│   │   │   ├── Interop.EdmLib.dll
│   │   │   ├── Root.dll
│   │   │   └── Root.pdb
│   │   ├── Class1.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.EdmLib.dll
│   │   │   │   ├── Root.csproj.FileListAbsolute.txt
│   │   │   │   ├── Root.csproj.ResolveComReference.cache
│   │   │   │   ├── Root.dll
│   │   │   │   └── Root.pdb
│   │   │   ├── Release
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.EdmLib.dll
│   │   │   │   ├── Root.csproj.FileListAbsolute.txt
│   │   │   │   ├── Root.csproj.ResolveComReference.cache
│   │   │   │   ├── Root.dll
│   │   │   │   └── Root.pdb
│   │   │   └── Root.csproj.UnmanagedRegistration.cache
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Root.csproj
│   │   └── WindowHandle.cs
│   ├── Root.sln
│   └── Root.suo
├── Root.rar
├── SendMessageCSharp
│   ├── SendMessageCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── SendMessageCSharp.exe
│   │   │   ├── SendMessageCSharp.pdb
│   │   │   ├── SendMessageCSharp.vshost.exe
│   │   │   └── SendMessageCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SendMessageCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── SendMessageCSharp.csproj.GenerateResource.Cache
│   │   │   ├── SendMessageCSharp.exe
│   │   │   ├── SendMessageCSharp.pdb
│   │   │   └── SendMessageCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SendMessageCSharp.csproj
│   ├── SendMessageCSharp.sln
│   └── SendMessageCSharp.suo
├── SerialNumbersCSharp
│   ├── SerialNumbersCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── SerialNumbersCSharp.exe
│   │   │   ├── SerialNumbersCSharp.pdb
│   │   │   ├── SerialNumbersCSharp.vshost.exe
│   │   │   └── SerialNumbersCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SerialNumbersCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── SerialNumbersCSharp.csproj.GenerateResource.Cache
│   │   │   ├── SerialNumbersCSharp.exe
│   │   │   ├── SerialNumbersCSharp.pdb
│   │   │   └── SerialNumbersCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SerialNumbersCSharp.csproj
│   ├── SerialNumbersCSharp.sln
│   └── SerialNumbersCSharp.suo
├── SetRevision_CSharp
│   ├── SetRevision_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── SetRevision_CSharp.exe
│   │   │   ├── SetRevision_CSharp.pdb
│   │   │   ├── SetRevision_CSharp.vshost.exe
│   │   │   └── SetRevision_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── SetRevision_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── SetRevision_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── SetRevision_CSharp.exe
│   │   │   ├── SetRevision_CSharp.pdb
│   │   │   └── SetRevision_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SetRevision_CSharp.csproj
│   ├── SetRevision_CSharp.sln
│   └── SetRevision_CSharp.suo
├── StandaloneApplicationCSharp
│   ├── StandaloneApplicationCSharp
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── StandaloneApplicationCSharp.exe
│   │   │   ├── StandaloneApplicationCSharp.exe.config
│   │   │   ├── StandaloneApplicationCSharp.pdb
│   │   │   ├── StandaloneApplicationCSharp.vshost.exe
│   │   │   ├── StandaloneApplicationCSharp.vshost.exe.config
│   │   │   └── StandaloneApplicationCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── StandaloneApplicationCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── StandaloneApplicationCSharp.csproj.GenerateResource.Cache
│   │   │   ├── StandaloneApplicationCSharp.exe
│   │   │   ├── StandaloneApplicationCSharp.Form1.resources
│   │   │   ├── StandaloneApplicationCSharp.pdb
│   │   │   ├── StandaloneApplicationCSharp.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── StandaloneApplicationCSharp.csproj
│   ├── StandaloneApplicationCSharp.sln
│   └── StandaloneApplicationCSharp.suo
├── StandaloneApplicationCSharp.rar
├── StatesCSharp
│   ├── StatesCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── StatesCSharp.exe
│   │   │   ├── StatesCSharp.pdb
│   │   │   ├── StatesCSharp.vshost.exe
│   │   │   └── StatesCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── StatesCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── StatesCSharp.csproj.GenerateResource.Cache
│   │   │   ├── StatesCSharp.exe
│   │   │   ├── StatesCSharp.pdb
│   │   │   └── StatesCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── StatesCSharp.csproj
│   ├── StatesCSharp.sln
│   └── StatesCSharp.suo
├── TemplateCSharp
│   ├── TemplateCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── TemplateCSharp.exe
│   │   │   ├── TemplateCSharp.pdb
│   │   │   ├── TemplateCSharp.vshost.exe
│   │   │   └── TemplateCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TemplateCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── TemplateCSharp.csproj.GenerateResource.Cache
│   │   │   ├── TemplateCSharp.exe
│   │   │   ├── TemplateCSharp.pdb
│   │   │   └── TemplateCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── TemplateCSharp.csproj
│   ├── TemplateCSharp.sln
│   └── TemplateCSharp.suo
├── TestDictionary_CSharp
│   ├── TestDictionary_CSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── TestDictionary_CSharp.exe
│   │   │   ├── TestDictionary_CSharp.pdb
│   │   │   ├── TestDictionary_CSharp.vshost.exe
│   │   │   └── TestDictionary_CSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TestDictionary_CSharp.csproj.FileListAbsolute.txt
│   │   │   ├── TestDictionary_CSharp.csproj.GenerateResource.Cache
│   │   │   ├── TestDictionary_CSharp.exe
│   │   │   ├── TestDictionary_CSharp.pdb
│   │   │   └── TestDictionary_CSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── TestDictionary_CSharp.csproj
│   ├── TestDictionary_CSharp.sln
│   └── TestDictionary_CSharp.suo
├── TraverseFilesAndFoldersCSharp
│   ├── TraverseFilesAndFoldersCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── TraverseFilesAndFoldersCSharp.exe
│   │   │   ├── TraverseFilesAndFoldersCSharp.pdb
│   │   │   ├── TraverseFilesAndFoldersCSharp.vshost.exe
│   │   │   └── TraverseFilesAndFoldersCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── TraverseFilesAndFoldersCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── TraverseFilesAndFoldersCSharp.csproj.GenerateResource.Cache
│   │   │   ├── TraverseFilesAndFoldersCSharp.exe
│   │   │   ├── TraverseFilesAndFoldersCSharp.pdb
│   │   │   └── TraverseFilesAndFoldersCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── TraverseFilesAndFoldersCSharp.csproj
│   ├── TraverseFilesAndFoldersCSharp.sln
│   └── TraverseFilesAndFoldersCSharp.suo
├── UpdateReferencesCSharp
│   ├── UpdateReferencesCSharp
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── UpdateReferencesCSharp.exe
│   │   │   ├── UpdateReferencesCSharp.pdb
│   │   │   ├── UpdateReferencesCSharp.vshost.exe
│   │   │   └── UpdateReferencesCSharp.vshost.exe.manifest
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── UpdateReferencesCSharp.csproj.FileListAbsolute.txt
│   │   │   ├── UpdateReferencesCSharp.csproj.GenerateResource.Cache
│   │   │   ├── UpdateReferencesCSharp.exe
│   │   │   ├── UpdateReferencesCSharp.pdb
│   │   │   └── UpdateReferencesCSharp.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── UpdateReferencesCSharp.csproj
│   ├── UpdateReferencesCSharp.sln
│   └── UpdateReferencesCSharp.suo
└── UsersAndGroupsCSharp
├── UsersAndGroupsCSharp
│   ├── bin
│   │   └── Debug
│   │   ├── UsersAndGroupsCSharp.exe
│   │   ├── UsersAndGroupsCSharp.pdb
│   │   ├── UsersAndGroupsCSharp.vshost.exe
│   │   └── UsersAndGroupsCSharp.vshost.exe.manifest
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── UsersAndGroupsCSharp.csproj.FileListAbsolute.txt
│   │   ├── UsersAndGroupsCSharp.csproj.GenerateResource.Cache
│   │   ├── UsersAndGroupsCSharp.exe
│   │   ├── UsersAndGroupsCSharp.pdb
│   │   └── UsersAndGroupsCSharp.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── UsersAndGroupsCSharp.csproj
├── UsersAndGroupsCSharp.sln
└── UsersAndGroupsCSharp.suo

440 directories, 1188 files

标签:

实例下载地址

solidworks pdm api developer二次开发

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警