• 大小: 15.62M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 实例  文件  

资源简介


代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Diagnostics;

namespace 硬件测试程序
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            try
            {
                string path = Directory.GetCurrentDirectory() + “\\GWI_CardDispenser_Driver_v3.0.2016.1229\\v3.0.2016.1229\\tools\\CardDispenserTest\\bin\\Debug\\CardDispenserTest.exe“;
                Process myprocess = new Process();
                ProcessStartInfo startInfo = new ProcessStartInf

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        562  2016-10-28 11:42  v3.0.2016.1229\release\ComFlowCtrl.ini

     文件     114688  2016-11-02 08:55  v3.0.2016.1229\release\CommTools.dll

----------- ---------  ---------- -----  ----

               115250                    2


评论

共有 条评论