摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TheStoryOfCat{ class Program { static void Main(string[] args) { Cat cat = new Cat() { Name = "Petal" }; Mouse mouse = new Mouse() { Name = "Jack" }; cat.C... 阅读全文
posted @ 2011-12-14 15:21 Rhythmk 阅读(409) 评论(0) 推荐(0) 编辑
Rhythmk 个人笔记