資源簡介
完整的C#開發的組態軟件.OPC,SQLITE,WPF
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Data;
using?System.Data.Common;
using?System.Threading;
using?FreeSCADA.Common;
using?FreeSCADA.Interfaces;
namespace?FreeSCADA.Archiver
{
public?class?ArchiverMain
{
ChannelsSettings?channelSettings?=?new?ChannelsSettings();
DatabaseSettings?databaseSettings?=?new?DatabaseSettings();
DbWriter?dbWriter;
????????DbReader?dbReader;
Thread?channelUpdaterThread;
#region?Initialization?and?singleton?implementation
static?ArchiverMain?instance;
public?static?void?Initialize()
{
if?(instance?==?null)
instance?=?new?ArchiverMain();
}
????????
public?static?void?Deinitialize()
{
instance?=?null;
}
public?static?ArchiverMain?Current
{
get
{
if?(inst
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.......???1822720??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Browser.exe
????.......??????6544??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Browser.exe.config
????.......???1724416??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Compiler.exe
????.......??????4678??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Compiler.exe.config
????.......?????61440??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Crad.Windows.Forms.Actions.dll
????.......???1985871??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation.chm
????.......??????1274??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation.HxC
????.......???1390312??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation.HxS
????.......???????246??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation.HxT
????.......???????120??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation_A.HxK
????.......???????120??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation_B.HxK
????.......???????120??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation_F.HxK
????.......???????156??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation_K.HxK
????.......???????132??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation_NamedURLIndex.HxK
????.......???????120??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\Documentation_S.HxK
????.......????190464??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\H2Reg.exe
????.......??????1600??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\H2Reg.ini
????.......??????5520??2010-10-28?00:38??FreeSCADA2\3rdParty\#SNMP\Help\H2Reg_Log.txt
????.......?????76680??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Microsoft.Practices.ob
????.......?????52104??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Microsoft.Practices.Unity.Configuration.dll
????.......?????76680??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\Microsoft.Practices.Unity.dll
????.......????????57??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\modules\index
????.......????????14??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-CONF.module
????.......??????5606??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-MIB.module
????.......??????1119??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-SMI.module
????.......????????14??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-TC.module
????.......???????667??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\modules\SNMPV2-TM.module
????.......?????90112??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\sharpsnmplib.cf35.dll
????.......????306688??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\sharpsnmplib.cf35.pdb
????.......?????40960??2010-10-28?00:52??FreeSCADA2\3rdParty\#SNMP\SharpSnmpLib.Controls.dll
............此處省略769個文件信息
評論
共有 條評論