基本信息
源码名称:应用C# Winform读取DXF文件
源码大小:1.27M
文件格式:.rar
开发语言:C#
更新时间:2022-05-19
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
应用C# Winform读取DXF文件

.
├── ex3_txf
│   ├── ex3_txf
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── DxfFile
│   │   │       │   ├── 111.dxf
│   │   │       │   ├── Drawing1.dxf
│   │   │       │   ├── Drawing2.dxf
│   │   │       │   ├── Drawing3.dxf
│   │   │       │   ├── Drawing4.dxf
│   │   │       │   ├── MOJI6.dxf
│   │   │       │   ├── 一帆风顺.dxf
│   │   │       │   ├── 大展鸿图.dxf
│   │   │       │   ├── 平带传送.dxf
│   │   │       │   ├── 年年有余.dxf
│   │   │       │   ├── 花开富贵.dxf
│   │   │       │   └── 测试产品图纸.dxf
│   │   │       ├── ex3_txf.exe
│   │   │       ├── ex3_txf.pdb
│   │   │       ├── ex3_txf.vshost.exe
│   │   │       └── ex3_txf.vshost.exe.manifest
│   │   ├── ex3_txf.csproj
│   │   └── obj
│   │       └── x86
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── TempPE
│   │               ├── ex3_txf.Form1.resources
│   │               ├── ex3_txf.Properties.Resources.resources
│   │               ├── ex3_txf.csproj.AssemblyReference.cache
│   │               ├── ex3_txf.csproj.CoreCompileInputs.cache
│   │               ├── ex3_txf.csproj.FileListAbsolute.txt
│   │               ├── ex3_txf.csproj.GenerateResource.cache
│   │               ├── ex3_txf.exe
│   │               └── ex3_txf.pdb
│   ├── ex3_txf.sln
│   └── ex3_txf.suo
└── 应用C# Winform读取DXF文件.rar

10 directories, 39 files