摘要:XAML==> CS==> 配置文件: 运行效果:
阅读全文
07 2017 档案
摘要:注:程序发布文件,默认只发布自身程序直接引用的相关文件(A程序)。 如果需要添加其他程序(不同的应用程序B)文件,操作方法如下: 第一步:将B程序文件复制到A程序 第二步:将B程序文件右键--》属性做如下更改: 第三步:查看即可完成文件添加
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml; namespace ZB.QueueSystem.Common { /// /// 用于XML操作 /...
阅读全文
摘要:实现方式如下: private void dgvRelation_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { try { SolidBrush b = new SolidBrush(this.dgvRelati
阅读全文
摘要:解决思路一: 解决思路二: 设置属性ShowCellErrors=false;
阅读全文