C# Class Amoeba.Windows.NameWindow

NameWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Afficher le fichier Open project: Alliance-Network/Amoeba

Méthodes publiques

Méthode Description
NameWindow ( ) : System
NameWindow ( int maxLength ) : System
NameWindow ( string text ) : System
NameWindow ( string text, int maxLength ) : System

Méthodes protégées

Méthode Description
OnInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
Window_Loaded ( object sender, RoutedEventArgs e ) : void
_cancelButton_Click ( object sender, RoutedEventArgs e ) : void
_okButton_Click ( object sender, RoutedEventArgs e ) : void
_textBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

NameWindow() public méthode

public NameWindow ( ) : System
Résultat System

NameWindow() public méthode

public NameWindow ( int maxLength ) : System
maxLength int
Résultat System

NameWindow() public méthode

public NameWindow ( string text ) : System
text string
Résultat System

NameWindow() public méthode

public NameWindow ( string text, int maxLength ) : System
text string
maxLength int
Résultat System

OnInitialized() protected méthode

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