嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
物料管理系统
.
├── 好例子网_物料管理系统.zip
└── 物料管理系统
├── Access.cs
├── App.config
├── Client.Designer.cs
├── Client.cs
├── Client.resx
├── Data.cs
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── PLCCommunication.Designer.cs
├── PLCCommunication.cs
├── PLCCommunication.resx
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Sum.Designer.cs
├── Sum.cs
├── Sum.resx
├── Tool.cs
├── bin
│ ├── Debug
│ │ ├── 11.mdb
│ │ ├── 111.mdb
│ │ ├── SecondTable.mdb
│ │ ├── SunnyUI.dll
│ │ ├── 物料管理系统.exe
│ │ ├── 物料管理系统.exe.config
│ │ └── 物料管理系统.pdb
│ └── Release
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── 物料管理系统.Client.resources
│ ├── 物料管理系统.Form1.resources
│ ├── 物料管理系统.PLCCommunication.resources
│ ├── 物料管理系统.Properties.Resources.resources
│ ├── 物料管理系统.Sum.resources
│ ├── 物料管理系统.csproj.AssemblyReference.cache
│ ├── 物料管理系统.csproj.CopyComplete
│ ├── 物料管理系统.csproj.CoreCompileInputs.cache
│ ├── 物料管理系统.csproj.FileListAbsolute.txt
│ ├── 物料管理系统.csproj.GenerateResource.cache
│ ├── 物料管理系统.csproj.SuggestedBindingRedirects.cache
│ ├── 物料管理系统.exe
│ └── 物料管理系统.pdb
├── 物料管理系统.csproj
├── 物料管理系统.csproj.user
└── 物料管理系统.sln
8 directories, 48 files