嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#动态添加标签和公章水印源码
.
├── C#动态添加标签和公章水印源码.rar
└── 动态添加标签和公章水印
└── gongzhangshuiyin_veryhuo.com
├── Backup
│ ├── AddControl
│ │ ├── AddControl.csproj
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TEST
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── TEST.csproj
│ │ └── TestOnSeal.cs
│ └── TEST.sln
├── TEST
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.Designer.cs
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TEST.csproj
│ ├── TEST.csproj.DotSettings.user
│ ├── TestOnSeal.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── TEST.exe
│ │ │ ├── TEST.pdb
│ │ │ ├── TEST.vshost.exe
│ │ │ ├── TEST.vshost.exe.manifest
│ │ │ └── ssss.txt
│ │ └── Release
│ │ └── TEST.vshost.exe
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Refactor
│ │ ├── TEST.Form1.resources
│ │ ├── TEST.Properties.Resources.resources
│ │ ├── TEST.csproj.FileListAbsolute.txt
│ │ ├── TEST.csproj.GenerateResource.Cache
│ │ ├── TEST.csprojResolveAssemblyReference.cache
│ │ ├── TEST.exe
│ │ ├── TEST.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Release
│ │ ├── TEST.Form1.resources
│ │ ├── TEST.Properties.Resources.resources
│ │ ├── TEST.csproj.GenerateResource.Cache
│ │ └── TempPE
│ └── TEST.csproj.FileListAbsolute.txt
├── TEST.sln
├── TEST.sln.DotSettings.user
├── TEST.suo
├── UpgradeLog.htm
├── _ReSharper.TEST
│ └── ProjectModel
│ └── projectModel.dat
├── 软件说明.txt
└── 最火软件站.url
20 directories, 65 files