資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.IO;
using?ESBasic;
using?AutoUpdater.Properties;
using?ESBasic.Helpers;
namespace?AutoUpdater
{
????///?
????///?說明:
????///?OAUS使用的是免費版的通信框架ESframework,最多支持10個人同時在線更新。如果要突破10人限制,請聯(lián)系?www.oraycn.com
????///?
????public?partial?class?MainForm?:?Form
????{
????????private?Updater?updater;????
????????private?int?fileCount?=?0;?//要升級的文件個數(shù)。
????????private?Timer?timer?=?new?Timer();
????????private?string?callBackExeName;???//自動升級完成后,要啟動的exe的名稱。
????????private?string?callBackPath?=?““;?//自動升級完成后,要啟動的exe的完整路徑。????????
????????private?bool?startAppAfterClose?=?false;?//關(guān)閉升級窗體前
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4286??2011-04-22?21:37??OAUS源碼\32.ico
?????文件???????4286??2011-11-02?10:46??OAUS源碼\AutoUpdater\32.ico
?????文件????????903??2015-12-02?09:42??OAUS源碼\AutoUpdater\App.config
?????文件???????4590??2015-05-24?11:41??OAUS源碼\AutoUpdater\AutoUpdater.csproj
?????文件????????369??2015-01-07?17:28??OAUS源碼\AutoUpdater\AutoUpdater.csproj.user
?????文件??????36864??2015-12-02?09:56??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.exe
?????文件????????903??2015-12-02?09:42??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.exe.config
?????文件??????42496??2015-12-02?09:56??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.pdb
?????文件??????11608??2015-12-02?09:55??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.vshost.exe
?????文件????????903??2015-12-02?09:42??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.vshost.exe.config
?????文件???????2409??2011-11-03?14:35??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.vshost.exe.manifest
?????文件?????397824??2015-03-23?10:20??OAUS源碼\AutoUpdater\bin\Debug\ESBasic.dll
?????文件????1007616??2015-11-05?10:05??OAUS源碼\AutoUpdater\bin\Debug\ESfr
?????文件?????323510??2015-11-05?10:03??OAUS源碼\AutoUpdater\bin\Debug\ESfr
?????文件???????7680??2015-12-02?09:56??OAUS源碼\AutoUpdater\bin\Debug\OAUS.Core.dll
?????文件??????28160??2015-12-02?09:56??OAUS源碼\AutoUpdater\bin\Debug\OAUS.Core.pdb
?????文件???????9154??2015-12-02?09:52??OAUS源碼\AutoUpdater\MainForm.cs
?????文件???????5309??2015-12-02?09:43??OAUS源碼\AutoUpdater\MainForm.Designer.cs
?????文件??????12549??2015-12-02?09:43??OAUS源碼\AutoUpdater\MainForm.resx
?????文件????????978??2015-12-02?09:56??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.csproj.GenerateResource.Cache
?????文件??????18813??2015-12-02?09:56??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.csprojResolveAssemblyReference.cache
?????文件??????36864??2015-12-02?09:56??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.exe
?????文件???????4852??2015-12-02?09:56??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.MainForm.resources
?????文件??????42496??2015-12-02?09:56??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.pdb
?????文件???????1064??2015-12-02?09:56??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.Properties.Resources.resources
?????文件???????1229??2013-08-27?15:17??OAUS源碼\AutoUpdater\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????5743??2015-12-02?09:56??OAUS源碼\AutoUpdater\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????14818??2015-05-24?11:42??OAUS源碼\AutoUpdater\obj\x86\Debug\ResolveAssemblyReference.cache
?????文件???????5632??2013-08-27?15:17??OAUS源碼\AutoUpdater\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????3072??2013-08-27?15:39??OAUS源碼\AutoUpdater\obj\x86\Debug\TempPE\Properties.Resources.en-US.Designer.cs.dll
............此處省略126個文件信息
評論
共有 條評論