C# Class Amoeba.Windows.MulticastMessageEditWindow

MulticastMessageEditWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Datei anzeigen Open project: Alliance-Network/Amoeba

Public Methods

Method Description
MulticastMessageEditWindow ( Library.Tag tag, string comment, AmoebaManager amoebaManager ) : System

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Private Methods

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

Method Details

MulticastMessageEditWindow() public method

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

OnInitialized() protected method

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