C# Class Dwarrowdelf.Client.UI.CreateLivingDialog

Inheritance: System.Windows.Window
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Méthode Description
CreateLivingDialog ( ) : System
SetContext ( EnvironmentObject env, IntGrid2Z area ) : void

Méthodes protégées

Méthode Description
OnInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
OkButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CreateLivingDialog() public méthode

public CreateLivingDialog ( ) : System
Résultat System

OnInitialized() protected méthode

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetContext() public méthode

public SetContext ( EnvironmentObject env, IntGrid2Z area ) : void
env EnvironmentObject
area IntGrid2Z
Résultat void