摘要:
bool create; using (Mutex mu = new Mutex(true, Application.ProductName, out create)) { if (create) { Application.EnableVisualStyles(); Application.Set 阅读全文
posted @ 2017-05-16 14:20 preface小贝 阅读(117) 评论(0) 推荐(0)
|
摘要:
bool create; using (Mutex mu = new Mutex(true, Application.ProductName, out create)) { if (create) { Application.EnableVisualStyles(); Application.Set 阅读全文
posted @ 2017-05-16 14:20 preface小贝 阅读(117) 评论(0) 推荐(0) |
||