C# Class RIM.VSNDK_Package.Signing.RegistrationWindow

Interaction logic for RegistrationWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Méthodes publiques

Méthode Description
RegistrationWindow ( ) : System

RegistrationWindow Constructor

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Perform actions on close of dialog.

Private Methods

Méthode Description
btnOk_Click ( object sender, RoutedEventArgs e ) : void

Perform actions on the OK button click

Method Details

OnClosing() protected méthode

Perform actions on close of dialog.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

RegistrationWindow() public méthode

RegistrationWindow Constructor
public RegistrationWindow ( ) : System
Résultat System