摘要:
使用转换器,将字符串值做处理: using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Windows 阅读全文
摘要:
封装一个异步方法类: using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.Co 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Controls; using System.Windows.Controls.Pri 阅读全文
摘要:
WPF控件帮助类,实现字体自适应,图片上传解码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Wind 阅读全文
摘要:
using Microsoft.Win32; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Controls.Helper { public class 阅读全文
摘要:
using System; using System.IO; using System.Text; namespace Controls.Helper { public class LoggerHelper { private static object o = new object(); priv 阅读全文