摘要: using Microsoft.Win32; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Controls.Helper { public class 阅读全文
posted @ 2023-09-08 19:47 潇潇烟雨 阅读(71) 评论(0) 推荐(0) 编辑
摘要: using System; using System.IO; using System.Text; namespace Controls.Helper { public class LoggerHelper { private static object o = new object(); priv 阅读全文
posted @ 2023-09-08 19:38 潇潇烟雨 阅读(20) 评论(0) 推荐(0) 编辑
摘要: //默认配置文件 public static string initConfigFilePath = AppDomain.CurrentDomain.BaseDirectory + @"CfgFiles\InitConfig.config"; public static string newExeC 阅读全文
posted @ 2023-09-08 19:34 潇潇烟雨 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 首先,创建一个用户控件实现动画Loading的功能: <UserControl x:Class="K.Controls.Controls.LoadingControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 阅读全文
posted @ 2023-09-08 19:08 潇潇烟雨 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 首先需要有一个Loading的图片,(白色背景,白色小圆圈,所以显示看不到): 创建一个用户控件,实现动画的功能: <UserControl x:Class="K.Controls.Controls.LoadingImage" xmlns="http://schemas.microsoft.com/ 阅读全文
posted @ 2023-09-08 18:56 潇潇烟雨 阅读(323) 评论(0) 推荐(0) 编辑