03 2020 档案

摘要:原文地址https://www.cnblogs.com/wt-vip/p/11977807.htmlstring localFilePath = "", fileNameExt = "", newFileName = "", FilePath = ""; SaveFileDialog saveFil 阅读全文
posted @ 2020-03-31 21:43 风神凤凰 阅读(264) 评论(0) 推荐(0)
摘要://循环遍历WinForm所有项目中窗体的名称System.Reflection.Assembly a = System.Reflection.Assembly.LoadFile(Application.ExecutablePath);//.net中的反射 Type[] types = a.GetT 阅读全文
posted @ 2020-03-31 08:58 风神凤凰 阅读(1103) 评论(0) 推荐(0)
摘要:(原文地址)https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/delegates/how-to-declare-instantiate-and-use-a-delegate// 声明委托。在 C# 1.0 和更高版本中, 阅读全文
posted @ 2020-03-29 22:44 风神凤凰 阅读(159) 评论(0) 推荐(0)