摘要:
public class StaticDictory { public static Dictionary<int, string> CataLog; public static Dictionary<int, string> RoleName; public int A; public StaticDictory() { this.A = 5; } public StaticDictory(int B) { this.A = B; } static StaticDictory() { CataLog = new Dictionary<int, string> 阅读全文
posted @ 2012-02-23 17:54
scott.pei
阅读(8008)
评论(2)
推荐(2)

浙公网安备 33010602011771号