c#的委托和事件
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace GoldCubePos.App{ public partial class Form1 : Form { private delegate void ShowName(object sender);//定义委托 private 阅读全文
posted @ 2011-06-08 17:34 悟生慧 阅读(174) 评论(0) 推荐(0)