求助 有没有用C#编写用来测试交换机传输数据变化,基于c/s架构的运用程序,本人是初
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.Net.Sockets;
using System.Threading;
using System.IO;