基本信息
源码名称:C# visio 编程
源码大小:0.52M
文件格式:.rar
开发语言:C#
更新时间:2023-08-29
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C# visio 编程
网上找的实例,我整合了一下,新建、打开、打开模具、保存,暂时就这些功能。还不错,可以直接运行

.
├── C# visio 编程_DTools.rar
└── DTools
    ├── DTools
    │   ├── DTools.csproj
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   └── Debug
    │   │       ├── AxInterop.Microsoft.Office.Interop.VisOcx.dll
    │   │       ├── AxInterop.VisioViewer.dll
    │   │       ├── ControlLibrary.DLL
    │   │       ├── DTools.exe
    │   │       ├── DTools.pdb
    │   │       ├── DTools.vshost.exe
    │   │       ├── DTools.vshost.exe.manifest
    │   │       ├── Interop.VisioViewer.dll
    │   │       ├── Microsoft.Practices.EnterpriseLibrary.Common.DLL
    │   │       ├── Microsoft.Practices.EnterpriseLibrary.Data.DLL
    │   │       ├── Microsoft.Practices.ObjectBuilder.DLL
    │   │       ├── UtilityLibrary.DLL
    │   │       ├── VisioLibrary.DLL
    │   │       ├── WHC.OrderWater.Commons.DLL
    │   │       ├── WHC.Pager.Entity.DLL
    │   │       ├── WeifenLuo.WinFormsUI.Docking.DLL
    │   │       └── vss
    │   │           └── aa.vss
    │   └── obj
    │       └── Debug
    │           ├── AxInterop.Microsoft.Office.Interop.VisOcx.dll
    │           ├── AxInterop.VisioViewer.dll
    │           ├── DTool.Properties.Resources.resources
    │           ├── DTool.csproj.FileListAbsolute.txt
    │           ├── DTool.csproj.GenerateResource.Cache
    │           ├── DTool.csproj.ResolveComReference.cache
    │           ├── DTools.DTools.resources
    │           ├── DTools.Properties.Resources.resources
    │           ├── DTools.csproj.FileListAbsolute.txt
    │           ├── DTools.csproj.GenerateResource.Cache
    │           ├── DTools.csproj.ResolveComReference.cache
    │           ├── DTools.exe
    │           ├── DTools.pdb
    │           ├── Interop.VisioViewer.dll
    │           ├── Refactor
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    │               └── Properties.Resources.Designer.cs.dll
    ├── DTools.sln
    └── DTools.suo

10 directories, 46 files