- 博客(3)
- 资源 (5)
- 收藏
- 关注
原创 鼠标在trackbar中的百分比
dSkinLabel2.Text = Convert.ToInt32((e.X) * Convert.ToDouble(dSkinTrackBar1.Maximum) / (dSkinTrackBar1.Width)).ToString();
2019-04-24 18:04:14
284
原创 dui模板属性
public string Title { get => this.duiLabelEx1.Text; set => this.duiLabelEx1.Text = value; } public override string Text { get => this.duiTextBoxEx1.Text; set => duiTextBoxE...
2019-04-24 01:17:20
114
原创 深拷贝一个对象
public static T DeepCopy<T>(T obj) { object retval; using (MemoryStream ms = new MemoryStream()) { BinaryFormatter bf = new Bina...
2019-04-22 11:16:48
170
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人