摘要:
using System; using System.ComponentModel; using System.Runtime.InteropServices; namespace SKII.SKIITimer { /// <summary> /// 相差2,3毫秒 /// </summary> p 阅读全文
摘要:
/// 清除容器里面某些控件的值 /// </summary> /// <param name="parContainer">容器类控件</param> public void ClearCntrValue(Control parContainer) { for (int index = 0; in 阅读全文