11 2021 档案
摘要:public class AutoClosingMessageBox { System.Threading.Timer _timeoutTimer; string _caption; AutoClosingMessageBox(string text, string caption, int tim
阅读全文
摘要:设置表格CustomDrawCell事件,在表格事件里处理 private void gridView1_CustomDrawCell(object sender, DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventArgs e) { if (
阅读全文
摘要:继承JsonConverter特性 public class ObjJsonConverter<T> : JsonConverter { public override bool CanConvert(Type objectType) { return objectType == typeof(T)
阅读全文
摘要:private void InitMunu() { navBarControl.Items.Clear(); navBarControl.Groups.Clear(); navBarControl.SmallImages = this.imageTool;//dev 自带图标才会有用 var dat
阅读全文