摘要:
using System;namespace ObserverDemo{ public delegate void RaiseEventHandler(string hand); public delegate void FallEventHandler(); public cla... 阅读全文
posted @ 2015-12-23 16:48
FangZhaohu
阅读(204)
评论(0)
推荐(0)
摘要:
namespace LambdaDemo{ class Person { public string Name { get; set; } public int Age { get; set; } } internal static class P... 阅读全文
posted @ 2015-12-23 11:54
FangZhaohu
阅读(165)
评论(0)
推荐(0)
浙公网安备 33010602011771号