C# Class GameCreatorGroupProject.Program

Exibir arquivo Open project: HeroOfTheWinds/CS-350-410-431-Group-Project

Public Properties

Property Type Description
connected bool

Public Methods

Method Description
Online ( uint clientID ) : bool
connect ( ) : void
disconnect ( ) : void
getMain ( ) : MainClient

Private Methods

Method Description
Main ( ) : void
connectMain ( ) : void

Method Details

Online() public static method

public static Online ( uint clientID ) : bool
clientID uint
return bool

connect() public static method

public static connect ( ) : void
return void

disconnect() public static method

public static disconnect ( ) : void
return void

getMain() public static method

public static getMain ( ) : MainClient
return MainClient

Property Details

connected public_oe static_oe property

public static bool connected
return bool