基本信息
源码名称:C#报警收集系统
源码大小:0.91M
文件格式:.rar
开发语言:C#
更新时间:2023-07-30
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#报警收集系统

.
├── 好例子网c#_报警收集系统.rar
└── 报警收集系统
    ├── PLCTest2
    │   ├── A.csproj
    │   ├── A.sln
    │   ├── A.suo
    │   ├── A.v11.suo
    │   ├── DataClass
    │   │   ├── ExcelHelper.cs
    │   │   ├── ExportExcelNew.cs
    │   │   └── NPOIExcelHelper.cs
    │   ├── Fakes
    │   │   └── AxInterop.ACTPCUSBLib.fakes
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── Worksheet.cs
    │   ├── app.config
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── AxInterop.ActUtlTypeLib.dll
    │   │   │   ├── IgoCMS.Web.dll
    │   │   │   ├── Interop.ActUtlTypeLib.dll
    │   │   │   ├── Microsoft.QualityTools.Testing.Fakes.dll
    │   │   │   ├── NPOI.dll
    │   │   │   ├── PLCTest2.exe
    │   │   │   ├── PLCTest2.exe.config
    │   │   │   ├── PLCTest2.pdb
    │   │   │   ├── PLCTest2.vshost.exe
    │   │   │   ├── PLCTest2.vshost.exe.config
    │   │   │   ├── PLCTest2.vshost.exe.manifest
    │   │   │   ├── PLC地址_FPL - 副本.xls
    │   │   │   ├── PLC地址_FPL.xls
    │   │   │   ├── PLC地址_PS - 副本.xls
    │   │   │   └── PLC地址_PS.xls
    │   │   └── Release
    │   │       ├── AxInterop.ActUtlTypeLib.dll
    │   │       ├── Interop.ActUtlTypeLib.dll
    │   │       ├── PLCTest2.exe
    │   │       ├── PLCTest2.exe.config
    │   │       ├── PLCTest2.pdb
    │   │       ├── PLCTest2.vshost.exe
    │   │       ├── PLCTest2.vshost.exe.config
    │   │       └── PLCTest2.vshost.exe.manifest
    │   ├── bitbug_favicon.ico
    │   └── obj
    │       └── x86
    │           ├── Debug
    │           │   ├── A.csproj.FileListAbsolute.txt
    │           │   ├── A.csproj.GenerateResource.Cache
    │           │   ├── A.csproj.ResolveComReference.cache
    │           │   ├── A.csprojFakesResolveAssemblyReference.cache
    │           │   ├── A.csprojResolveAssemblyReference.cache
    │           │   ├── DesignTimeResolveAssemblyReferences.cache
    │           │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           │   ├── Interop.Microsoft.Office.Core.dll
    │           │   ├── PLCTest2.Properties.Resources.resources
    │           │   ├── PLCTest2.csproj.FileListAbsolute.txt
    │           │   ├── PLCTest2.csproj.GenerateResource.Cache
    │           │   ├── PLCTest2.csprojFakesResolveAssemblyReference.cache
    │           │   ├── PLCTest2.csprojResolveAssemblyReference.cache
    │           │   ├── PLCTest2.exe
    │           │   ├── PLCTest2.pdb
    │           │   ├── PLDTest2.Form1.resources
    │           │   └── TempPE
    │           │       ├── DataClass.DataClasses1.designer.cs.dll
    │           │       └── Properties.Resources.Designer.cs.dll
    │           └── Release
    │               ├── DesignTimeResolveAssemblyReferencesInput.cache
    │               ├── PLCTest2.Form1.resources
    │               ├── PLCTest2.Properties.Resources.resources
    │               ├── PLCTest2.csproj.FileListAbsolute.txt
    │               ├── PLCTest2.csproj.GenerateResource.Cache
    │               ├── PLCTest2.csprojResolveAssemblyReference.cache
    │               ├── PLCTest2.exe
    │               ├── PLCTest2.pdb
    │               └── TempPE
    │                   └── Properties.Resources.Designer.cs.dll
    ├── PLCTest2.sln
    ├── PLCTest2.suo
    └── PLCTest2.v11.suo

14 directories, 74 files