C# 클래스 Amoeba.Windows.NameWindow

NameWindow.xaml の相互作用ロジック
상속: System.Windows.Window
파일 보기 프로젝트 열기: Alliance-Network/Amoeba

공개 메소드들

메소드 설명
NameWindow ( ) : System
NameWindow ( int maxLength ) : System
NameWindow ( string text ) : System
NameWindow ( string text, int maxLength ) : System

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

NameWindow() 공개 메소드

public NameWindow ( ) : System
리턴 System

NameWindow() 공개 메소드

public NameWindow ( int maxLength ) : System
maxLength int
리턴 System

NameWindow() 공개 메소드

public NameWindow ( string text ) : System
text string
리턴 System

NameWindow() 공개 메소드

public NameWindow ( string text, int maxLength ) : System
text string
maxLength int
리턴 System

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void