嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于C#打印发票的小程序
打印发票的小程序,写得不好请别拍砖哈!有问题或者好的建议可与我交流QQ:414775791
.
├── 1.xls
├── 好例子网_基于C#打印发票的小程序.rar
├── 会计小帮手
│ ├── Myproject.Designer.cs
│ ├── Myproject.cs
│ ├── Myproject.resx
│ ├── PrintSoft.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Microsoft.Office.Core.dll
│ │ ├── Interop.VBIDE.dll
│ │ ├── 会计小帮手.exe
│ │ ├── 会计小帮手.pdb
│ │ └── 会计小帮手.vshost.exe
│ ├── mdiDHPZ.Designer.cs
│ ├── mdiDHPZ.cs
│ ├── mdiDHPZ.resx
│ ├── mdiDJPZ.Designer.cs
│ ├── mdiDJPZ.cs
│ ├── mdiDJPZ.resx
│ ├── mdiNEW.Designer.cs
│ ├── mdiNEW.cs
│ ├── mdiNEW.resx
│ ├── mdiZP.Designer.cs
│ ├── mdiZP.cs
│ ├── mdiZP.resx
│ └── obj
│ ├── Debug
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Microsoft.Office.Core.dll
│ │ ├── Interop.VBIDE.dll
│ │ ├── PrintSoft.csproj.GenerateResource.Cache
│ │ ├── PrintSoft.csproj.ResolveComReference.cache
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ ├── 会计小帮手.Myproject.resources
│ │ ├── 会计小帮手.NEW.resources
│ │ ├── 会计小帮手.Properties.Resources.resources
│ │ ├── 会计小帮手.csproj.GenerateResource.Cache
│ │ ├── 会计小帮手.csproj.ResolveComReference.cache
│ │ ├── 会计小帮手.exe
│ │ ├── 会计小帮手.mdiDHPZ.resources
│ │ ├── 会计小帮手.mdiDJPZ.resources
│ │ ├── 会计小帮手.mdiZP.resources
│ │ ├── 会计小帮手.pdb
│ │ └── 会计小帮手.会计小帮手.resources
│ ├── PrintSoft.csproj.FileList.txt
│ └── 会计小帮手.csproj.FileList.txt
└── 会计小帮手.sln
8 directories, 50 files