08 2022 档案
摘要:小工具下载地址(阿里云盘):https://www.aliyundrive.com/s/ajfSmURRwGg 源码下载地址:https://www.aliyundrive.com/s/Z8xnAu1G8UB 发票名称按照要求写:采购人-购买平台-购买日期-名称-数量-金额-备注
阅读全文
摘要:在上一个博客中增加一个RelayCommand.cs,然后在User1ViewModel.cs中增加一个BtnCommand,最后在User1.xaml中绑定Command="{Binding BtnCommand}"这个命令。 using System; using System.Collecti
阅读全文
摘要:public static class Singleton<T> where T : new() { // Use ConcurrentDictionary for thread safety. private static ConcurrentDictionary<Type, T> _instan
阅读全文