1. 首页
  2. 编程语言
  3. C#
  4. aspnet程序ATM

aspnet程序ATM

上传者: 2019-02-25 12:14:22上传 ZIP文件 42.75KB 热度 21次
这是ASP.NET的文档using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ATM { class Bank { private List accounts; public List Accounts { get { return accounts; } set { accounts = value; }
用户评论
码姐姐匿名网友 2019-02-25 12:14:23

还不错,值得学习