using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace InSituLaboratory.Common
{
///
/// 定义一个Socket静态类,用于连接,断开 ,接收,发送
///
public static class SocketStatic
{
///
///
///
public static Client client = new Client();
}
}