09 2019 档案
摘要:namespace Measure { public delegate void DelegateTrigger(); public class HMeasureSYS : System.IDisposable { public static string sConfigPath = @"MeasureSys.cfg"; /// <summary> /// U000单元 全局变量 /// </su
阅读全文
摘要:using System.Runtime.InteropServices; namespace System{ // // 摘要: // 支持克隆,即用与现有实例相同的值创建类的新实例。 [ComVisible(true)] public interface ICloneable { // // 摘
阅读全文