C# Class Amoeba.Windows.NameWindow

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

Public Methods

Method Description
NameWindow ( ) : System
NameWindow ( int maxLength ) : System
NameWindow ( string text ) : System
NameWindow ( string text, int maxLength ) : System

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Private Methods

Method 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 method

public NameWindow ( ) : System
return System

NameWindow() public method

public NameWindow ( int maxLength ) : System
maxLength int
return System

NameWindow() public method

public NameWindow ( string text ) : System
text string
return System

NameWindow() public method

public NameWindow ( string text, int maxLength ) : System
text string
maxLength int
return System

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void