
C#
comedate
这个作者很懒,什么都没留下…
展开
-
Dispather.Invoke 分解
原始代码: this.Dispatcher.Invoke(new StartTestResult((bool val) => { this.StartTestDone(val); }), false); 代码分解: //代码分解 StartTestResult dresult = (bool val) => { this.StartTestDone(val);原创 2012-04-29 09:50:58 · 623 阅读 · 0 评论 -
VolumeIndexManager
using System; using System.Collections.Generic; using System.Linq; using System.Text;namespace HVViewer { /// <summary> /// 删除/恢复/重置 VolumeIndex 用于 DynamicVolume 播放 /// </summary> class原创 2016-09-25 22:57:49 · 578 阅读 · 0 评论