C# Class GameCreatorGroupProject.Program

Afficher le fichier Open project: HeroOfTheWinds/CS-350-410-431-Group-Project

Méthodes publiques

Свойство Type Description
connected bool

Méthodes publiques

Méthode Description
Online ( uint clientID ) : bool
connect ( ) : void
disconnect ( ) : void
getMain ( ) : MainClient

Private Methods

Méthode Description
Main ( ) : void
connectMain ( ) : void

Method Details

Online() public static méthode

public static Online ( uint clientID ) : bool
clientID uint
Résultat bool

connect() public static méthode

public static connect ( ) : void
Résultat void

disconnect() public static méthode

public static disconnect ( ) : void
Résultat void

getMain() public static méthode

public static getMain ( ) : MainClient
Résultat MainClient

Property Details

connected public_oe static_oe property

public static bool connected
Résultat bool