摘要: public class BaseSingleton { static BaseSingleton() { AllSingletons = new Dictionary(); } /// /// Dictionary of type to singleton instances.... 阅读全文
posted @ 2018-11-09 16:00 世人皆萌 阅读(158) 评论(0) 推荐(0)