随笔分类 -  C#

摘要:参考: "https://blog.csdn.net/hrex/article/details/6936201" 阅读全文

posted @ 2019-04-13 23:03 Orchis 阅读(427) 评论(0) 推荐(0)

摘要:private void button1_Click(object sender, EventArgs e) { var txt1 = "E:\\Temp\\local"; string[] files = Directory.GetFiles(txt1, "*.txt"); foreach (string file in files) { ... 阅读全文

posted @ 2019-01-22 23:28 Orchis 阅读(565) 评论(0) 推荐(0)

摘要:凭证分录编辑控件,效果如下: 源码:https://gitee.com/orchis/VoucherGridCtl.git 阅读全文

posted @ 2019-01-12 20:37 Orchis 阅读(462) 评论(0) 推荐(2)

摘要:使用WPF的装饰器(Adorner)实现图片拖拉变形,DrawingVisual高保真合成图片。效果如下: 源码:https://gitee.com/orchis/ImageFotoMix.git 阅读全文

posted @ 2019-01-12 18:53 Orchis 阅读(519) 评论(0) 推荐(0)

导航