using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BankAccountDemo.Business
{
class BankAccount
{
private float _currentBalance;
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2010-4-26 13:14 | 作者: 不详 | 来源: 领测测试网采编 | 查看: 112次 | 进入软件测试论坛讨论
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BankAccountDemo.Business
{
class BankAccount
{
private float _currentBalance;
文章来源于领测软件测试网 https://www.ltesting.net/