C#房贷首付
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication2 { class Che { private string Name; public string Name1 { get { return Name; } set { Name = value; } } private string Color; public string Color1 { get { return Color; } set { Color = value; } } private string Chan; public string Chan1 { get { return Chan; } set { Chan = value; } } } }
下载地址
用户评论