06 2012 档案
摘要:委托与事件的经典示例:using System;using System.Collections.Generic;using System.Text;namespace Delegate{ // 热水器 public class Heater { private int temperature; public string type = "RealFire 001"; // 添加型号作为演示 public string area = "China Xian"; // 添...
阅读全文

浙公网安备 33010602011771号