C# Class RIM.VSNDK_Package.Signing.RegistrationWindow

Interaction logic for RegistrationWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
RegistrationWindow ( ) : System

RegistrationWindow Constructor

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Perform actions on close of dialog.

Private Methods

Method Description
btnOk_Click ( object sender, RoutedEventArgs e ) : void

Perform actions on the OK button click

Method Details

OnClosing() protected method

Perform actions on close of dialog.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

RegistrationWindow() public method

RegistrationWindow Constructor
public RegistrationWindow ( ) : System
return System