C# Class RIM.VSNDK_Package.Signing.SigningDialog

Interaction logic for SigningDialog.xaml
Inheritance: DialogWindow
显示文件 Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
SigningDialog ( ) : System

Private Methods

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

Backup your signing keys.

btnRegister_Click ( object sender, RoutedEventArgs e ) : void

Open BlackBerry Signing in the default browser and start a thread that will move the downloaded bbidtoken.csk file to the right folder. Then, it is presented the Regisration Dialog.

btnRestore_Click ( object sender, RoutedEventArgs e ) : void

Restore your signing keys.

btnUnregister_Click ( object sender, RoutedEventArgs e ) : void

Unregister your signing keys.

Method Details

SigningDialog() public method

public SigningDialog ( ) : System
return System