嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#记账系统源码
sqlserver2012 VS2019 可直接运行
.
├── PAMSystem-master
│ ├── Database
│ │ ├── PAMSystem.mdf
│ │ └── PAMSystem_log.ldf
│ ├── PAMSystem.BLL
│ │ ├── AccountBLL.cs
│ │ ├── BalanceBLL.cs
│ │ ├── CommonHelper.cs
│ │ ├── IdNameBLL.cs
│ │ ├── LoginResult.cs
│ │ ├── OperationLogBLL.cs
│ │ ├── OperatorBLL.cs
│ │ ├── PAMSystem.BLL.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── PAMSystem.DAL
│ │ ├── AccountDAL.cs
│ │ ├── BalanceDAL.cs
│ │ ├── IdNameDAL.cs
│ │ ├── OperationLogDAL.cs
│ │ ├── OperatorDAL.cs
│ │ ├── PAMSystem.DAL.csproj
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ └── SqlHelper.cs
│ ├── PAMSystem.Model
│ │ ├── Account.cs
│ │ ├── Balance.cs
│ │ ├── IdName.cs
│ │ ├── OperationLog.cs
│ │ ├── Operator.cs
│ │ ├── PAMSystem.Model.csproj
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── PAMSystem.UI
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── BalanceWindow.xaml
│ │ ├── BalanceWindow.xaml.cs
│ │ ├── EditAccountWindow.xaml
│ │ ├── EditAccountWindow.xaml.cs
│ │ ├── EditOperatorWindow.xaml
│ │ ├── EditOperatorWindow.xaml.cs
│ │ ├── Images
│ │ │ ├── App.ico
│ │ │ ├── about.ico
│ │ │ ├── add.ico
│ │ │ ├── callme.png
│ │ │ ├── coinstack.png
│ │ │ ├── delete.ico
│ │ │ ├── edit.ico
│ │ │ ├── excel.png
│ │ │ ├── find.ico
│ │ │ ├── help.ico
│ │ │ └── refresh.ico
│ │ ├── Libs
│ │ │ ├── Ionic.Zip.dll
│ │ │ ├── NPOI.XML
│ │ │ └── NPOI.dll
│ │ ├── LoginWindow.xaml
│ │ ├── LoginWindow.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── OperatingLogWindow.xaml
│ │ ├── OperatingLogWindow.xaml.cs
│ │ ├── PAMSystem.UI.csproj
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PAMSystem.sln
│ └── README.md
└── 记账系统_PAMSystem-master.zip
12 directories, 64 files