11 2021 档案

摘要:public class AutoClosingMessageBox { System.Threading.Timer _timeoutTimer; string _caption; AutoClosingMessageBox(string text, string caption, int tim 阅读全文
posted @ 2021-11-10 10:43 世人皆萌 阅读(89) 评论(0) 推荐(0) 编辑
摘要:设置表格CustomDrawCell事件,在表格事件里处理 private void gridView1_CustomDrawCell(object sender, DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventArgs e) { if ( 阅读全文
posted @ 2021-11-08 11:25 世人皆萌 阅读(204) 评论(0) 推荐(0) 编辑
摘要:继承JsonConverter特性 public class ObjJsonConverter<T> : JsonConverter { public override bool CanConvert(Type objectType) { return objectType == typeof(T) 阅读全文
posted @ 2021-11-03 14:54 世人皆萌 阅读(361) 评论(0) 推荐(0) 编辑
摘要:private void InitMunu() { navBarControl.Items.Clear(); navBarControl.Groups.Clear(); navBarControl.SmallImages = this.imageTool;//dev 自带图标才会有用 var dat 阅读全文
posted @ 2021-11-01 09:06 世人皆萌 阅读(476) 评论(0) 推荐(0) 编辑

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