子曾经曰过

  博客园  :: 首页  ::  ::  ::  :: 管理

2011年3月2日

摘要: View Code using System;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Collections.ObjectModel;using System.Collections.Generic;namespace Demo{ public class Team { string _name; public Team(string name) { _name = name; } public string Name { get { return _na 阅读全文
posted @ 2011-03-02 17:04 人的本质是什么? 阅读(209) 评论(0) 推荐(0) 编辑

摘要: View Code using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Imaging;using Syste 阅读全文
posted @ 2011-03-02 15:08 人的本质是什么? 阅读(1382) 评论(0) 推荐(0) 编辑