C# Class Octgn.Controls.ConnectOfflineGame

Inheritance: System.Windows.Controls.UserControl
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
ConnectOfflineGame ( ) : System
Dispose ( ) : void

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

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
ButtonConnectClick ( object sender, RoutedEventArgs e ) : void
ButtonRandomizeUserNameClick ( object sender, RoutedEventArgs e ) : void
CheckBoxSpectator_OnChecked ( object sender, RoutedEventArgs e ) : void
CheckBoxSpectator_OnUnchecked ( object sender, RoutedEventArgs e ) : void
Close ( DialogResult result ) : void
Connect ( string username, Octgn.ViewModels.DataGameViewModel game, string userhost, string userport, string password ) : void
ConnectDone ( System.Threading.Tasks.Task task ) : void
LobbyClientOnDisconnect ( object sender, EventArgs e ) : void
LobbyClientOnLoginComplete ( object sender, LoginResults results ) : void
RefreshInstalledGameList ( ) : void
ValidateFields ( string username, Octgn.ViewModels.DataGameViewModel game, string host, string port, string password, IPAddress &ip, int &conPort ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ConnectOfflineGame() public méthode

public ConnectOfflineGame ( ) : System
Résultat System

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

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