C# 클래스 Amoeba.Windows.MulticastMessageEditWindow

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

공개 메소드들

메소드 설명
MulticastMessageEditWindow ( Library.Tag tag, string comment, AmoebaManager amoebaManager ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
WatchThread ( ) : void
_cancelButton_Click ( object sender, RoutedEventArgs e ) : void
_okButton_Click ( object sender, RoutedEventArgs e ) : void
_richTextBox_ContextMenuOpening ( object sender, System.Windows.Controls.ContextMenuEventArgs e ) : void
_tabControl_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

메소드 상세

MulticastMessageEditWindow() 공개 메소드

public MulticastMessageEditWindow ( Library.Tag tag, string comment, AmoebaManager amoebaManager ) : System
tag Library.Tag
comment string
amoebaManager Library.Net.Amoeba.AmoebaManager
리턴 System

OnInitialized() 보호된 메소드

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