摘要:
1. 委托的声明public delegate void NoReturnNoParam();public delegate int WithReturnNoParam();public delegate void NoReturnWithParam(string s, int i);public delegate int WithReturnWithParam(string s, int i);... 阅读全文
posted @ 2017-06-11 22:50
matsn
阅读(181)
评论(0)
推荐(0)

浙公网安备 33010602011771号