C# Class spaceconquest.HostScreen.HostThread

显示文件 Open project: cclay/spaceconquest

Public Methods

Method Description
HostThread ( Socket s, EndPoint e, MenuList cl ) : System
SendRecieve ( ) : void

Method Details

HostThread() public method

public HostThread ( Socket s, EndPoint e, MenuList cl ) : System
s Socket
e System.Net.EndPoint
cl MenuList
return System

SendRecieve() public method

public SendRecieve ( ) : void
return void