• 大小: 1.16M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: adsl拨号  C#  

资源简介

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


评论

共有 条评论