資源簡介
adsl撥號程序(C#)
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;
using?System.IO;
using?System.Text.Regularexpressions;
using?System.Diagnostics;
using?System.Threading;
using?System.Runtime;
using?System.Runtime.InteropServices;
namespace?RefreshIP
{
????public?partial?class?Dailer?:?Form
????{
????????public?Dailer()
????????{
????????????InitializeComponent();
????????}
????????private??static?Mutex?mutex=new?Mutex();
????????private?Process?dailer?=?new?Process();
????????
????????
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????this.Visible?=?true;
????????}
????????#region?Functions
????????int?Desc;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????479232??2011-11-06?08:06??Setup1.msi
?????文件?????428032??2011-11-06?08:06??setup.exe
-----------?---------??----------?-----??----
???????????????907264????????????????????2
評論
共有 條評論