摘要: 1//定义代理 2public delegate void ConnectionErrorDelegate(ConnectionStatus status, string msg); 3//定义代理事件 4public event ConnectionErrorDelegate ConnectionErrorEvent; 5//定义代理对象 6private ConnectionErr... 阅读全文
posted @ 2008-05-15 19:14 凡的世界 阅读(302) 评论(0) 推荐(0)