資源簡介
代碼片段和文件信息
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人限制,請聯系?www.oraycn.com
????///?
????public?partial?class?MainForm?:?Form
????{
????????private?Updater?updater;????
????????private?int?fileCount?=?0;?//要升級的文件個數。
????????private?Timer?timer?=?new?Timer();
????????private?string?callBackExeName;???//自動升級完成后,要啟動的exe的名稱。
????????private?string?callBackPath?=?““;?//自動升級完成后,要啟動的exe的完整路徑。????????
????????private?bool?startAppAfterClose?=?false;?//關閉升級窗體前
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????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
?????文件???????4733??2017-07-27?11:28??OAUS源碼\AutoUpdater\AutoUpdater.csproj
?????文件????????369??2015-01-07?17:28??OAUS源碼\AutoUpdater\AutoUpdater.csproj.user
?????文件??????36864??2018-12-11?11:00??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.exe
?????文件????????903??2015-12-02?09:42??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.exe.config
?????文件??????42496??2018-12-11?11:00??OAUS源碼\AutoUpdater\bin\Debug\AutoUpdater.pdb
?????文件??????11608??2018-12-11?10:58??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
?????文件?????446976??2018-10-11?14:53??OAUS源碼\AutoUpdater\bin\Debug\ESBasic.dll
?????文件?????215220??2018-06-01?14:44??OAUS源碼\AutoUpdater\bin\Debug\ESBasic.xm
?????文件????1164800??2019-01-02?10:32??OAUS源碼\AutoUpdater\bin\Debug\ESfr
?????文件?????354881??2018-12-08?09:02??OAUS源碼\AutoUpdater\bin\Debug\ESfr
?????文件???????7680??2018-12-11?11:00??OAUS源碼\AutoUpdater\bin\Debug\OAUS.Core.dll
?????文件??????28160??2018-12-11?11:00??OAUS源碼\AutoUpdater\bin\Debug\OAUS.Core.pdb
?????文件????????344??2016-12-08?10:32??OAUS源碼\AutoUpdater\bin\Debug\UpdateConfiguration.xm
?????文件???????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
?????文件???????5120??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.csproj.FileListAbsolute.txt
?????文件????????978??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.csproj.GenerateResource.Cache
?????文件??????19500??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.csprojResolveAssemblyReference.cache
?????文件??????36864??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.exe
?????文件???????4852??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.MainForm.resources
?????文件??????42496??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.pdb
?????文件???????1064??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\AutoUpdater.Properties.Resources.resources
?????文件???????1229??2013-08-27?15:17??OAUS源碼\AutoUpdater\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????5767??2018-12-11?11:00??OAUS源碼\AutoUpdater\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略133個文件信息
評論
共有 條評論