摘要:        
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;namespace BuilderModel{ public class Bike { private int wheels; public int Wheels { get { return wheels; } set { wheels = value; } } private int frams; public int Frams { get ...    阅读全文
        
            posted @ 2014-04-08 09:56
听哥哥的话
阅读(175)
评论(0)
推荐(0)
        
    
                    
                
浙公网安备 33010602011771号