C# Class Amoeba.Windows.SignatureWindow

SignatureWindow.xaml の相互作用ロジック
Inheritance: System.Windows.Window
显示文件 Open project: Alliance-Network/Amoeba Class Usage Examples

Public Methods

Method Description
SignatureWindow ( ) : System
SignatureWindow ( string signature ) : System

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
_signatureComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

Method Details

SignatureWindow() public method

public SignatureWindow ( ) : System
return System

SignatureWindow() public method

public SignatureWindow ( string signature ) : System
signature string
return System