C# Class Amoeba.Windows.MulticastMessageEditWindow

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

Méthodes publiques

Méthode Description
MulticastMessageEditWindow ( Library.Tag tag, string comment, AmoebaManager amoebaManager ) : System

Méthodes protégées

Méthode Description
OnInitialized ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

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

OnInitialized() protected méthode

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