摘要: static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { Process[] proc = Process.GetProcesses(); int cnt = 阅读全文
posted @ 2022-07-06 14:31 不溯流光 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 一、DockManager 1、清除DockManager里的所有Panel 调用dockManager1.Clear()后,再读dockManager1.Panels.Count发现数量不变,只能用RemovePanel()方法来实现: int cnt = dockManager1.Panels. 阅读全文
posted @ 2022-07-06 10:48 不溯流光 阅读(1840) 评论(0) 推荐(0) 编辑