摘要:
using System;using System.Collections.Generic;using System.Text;namespace WF.ThreadFrom{ public delegate void TextChangedEventHander(object sender,TextChangedEventEventArgs e); public class TextChangedEventEventArgs:EventArgs { private string msg; public string Msg { ... 阅读全文
posted @ 2011-12-10 15:04
焚情、烈日
阅读(602)
评论(0)
推荐(0)
浙公网安备 33010602011771号