Fork me on GitHub
摘要: WPF 单例 public abstract class SingletonApplication : Application { private Mutex _singleTonApp = null; protected SingletonApplication(string appName) { 阅读全文
posted @ 2023-02-21 10:19 黄高林 阅读(28) 评论(0) 推荐(0) 编辑