08 2022 档案

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

点击右上角即可分享
微信分享提示