C# Class Octgn.Controls.HostGameSettings

Inheritance: System.Windows.Controls.UserControl, IDisposable
Afficher le fichier Open project: octgn/OCTGN Class Usage Examples

Méthodes publiques

Свойство Type Description
ErrorProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

HostGameSettings ( ) : System
Show ( System.Windows.Controls.Decorator placeholder ) : void

Méthodes protégées

Méthode Description
FireOnClose ( object sender, DialogResult result ) : void

Private Methods

Méthode Description
ButtonCancelClick ( object sender, RoutedEventArgs e ) : void
ButtonHostGameStartClick ( object sender, RoutedEventArgs e ) : void
ButtonRandomizeGameNameClick ( object sender, RoutedEventArgs e ) : void
ButtonRandomizeUserNameClick ( object sender, RoutedEventArgs e ) : void
CheckBoxIsLocalGame_OnChecked ( object sender, RoutedEventArgs e ) : void
CheckBoxIsLocalGame_OnUnchecked ( object sender, RoutedEventArgs e ) : void
CheckBoxSpectators_OnChecked ( object sender, RoutedEventArgs e ) : void
CheckBoxSpectators_OnUnchecked ( object sender, RoutedEventArgs e ) : void
Close ( DialogResult result ) : void
EndWait ( ) : void
LobbyClientOnDataReceviedCaller ( object sender, DataRecType type, object data ) : void
LobbyClientOnDisconnect ( object sender, EventArgs e ) : void
LobbyClientOnLoginComplete ( object sender, LoginResults results ) : void
ProgramOnOptionsChanged ( ) : void
RefreshInstalledGameList ( ) : void
SetError ( string error = "" ) : void
StartLocalGame ( DataNew game, string name, string password ) : void
StartOnlineGame ( DataNew game, string name, string password ) : void
StartWait ( ) : void
ValidateFields ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

FireOnClose() protected méthode

protected FireOnClose ( object sender, DialogResult result ) : void
sender object
result DialogResult
Résultat void

HostGameSettings() public méthode

public HostGameSettings ( ) : System
Résultat System

Show() public méthode

public Show ( System.Windows.Controls.Decorator placeholder ) : void
placeholder System.Windows.Controls.Decorator
Résultat void

Property Details

ErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorProperty
Résultat System.Windows.DependencyProperty