摘要:
using System;using System.Reflection;public class HelpAttribute : Attribute{ string url; string topic; public HelpAttribute(string url) { this.url = url; } public string Url { get { return url; } } public string Topic { get { return topic; } ... 阅读全文
posted @ 2013-05-31 15:46
易独
阅读(153)
评论(0)
推荐(0)

浙公网安备 33010602011771号