基本信息
源码名称:C#简单的商品查询系统
源码大小:0.99M
文件格式:.rar
开发语言:C#
更新时间:2023-04-26
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
C#简单的商品查询系统
比较的简单的一个商品查询系统,希望大家可以获得帮助


文件清单
└── 商品查询系统
    ├── Shopping
    │   ├── Shopping
    │   │   ├── bin
    │   │   │   └── Debug
    │   │   │       ├── Shopping.exe
    │   │   │       ├── Shopping.pdb
    │   │   │       └── Shopping.vshost.exe
    │   │   ├── DBHelper.cs
    │   │   ├── obj
    │   │   │   ├── Debug
    │   │   │   │   ├── Refactor
    │   │   │   │   ├── Shopping.csproj.GenerateResource.Cache
    │   │   │   │   ├── Shopping.exe
    │   │   │   │   ├── Shopping.pdb
    │   │   │   │   ├── Shopping.ProductForm.resources
    │   │   │   │   ├── Shopping.Properties.Resources.resources
    │   │   │   │   └── TempPE
    │   │   │   └── Shopping.csproj.FileList.txt
    │   │   ├── ProductForm.cs
    │   │   ├── ProductForm.Designer.cs
    │   │   ├── ProductForm.resx
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   ├── AssemblyInfo.cs
    │   │   │   ├── Resources.Designer.cs
    │   │   │   ├── Resources.resx
    │   │   │   ├── Settings.Designer.cs
    │   │   │   └── Settings.settings
    │   │   └── Shopping.csproj
    │   ├── Shopping.sln
    │   └── Shopping.suo
    ├── Shopping_log.ldf
    └── Shopping.mdf

10 directories, 24 files