随笔分类 - 源自深圳的视觉框架
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace
阅读全文
摘要:由于视频教程里面 用的VS2105 所以 照抄。 开发环境是VS2015 ,WIN10. VS2015 在今天看来是一个很古老的开发环境了,估计都很难找到安装包。(各种安装包:https://www.cnblogs.com/zjoch/p/5694013.html) 用:vs2015.ent_chs
阅读全文
摘要:一个.NET库,用于读取和写入Microsoft Office二进制和OOXML文件格式 *** https://github.com/nissl-lab/npoi https://www.nuget.org/packages/NPOI/
阅读全文
摘要: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 { // // 摘
阅读全文