C# Class RIM.VSNDK_Package.DebugToken.DebugTokenDialog

Interaction logic for DebugTokenDialog.xaml
Inheritance: DialogWindow
Show file Open project: blackberry/VSPlugin Class Usage Examples

Public Properties

Property Type Description
IsClosing bool

Public Methods

Method Description
DebugTokenDialog ( ) : System

DebugTokenDialog Constructor

Private Methods

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

Add debug token to device and registration file.

btnRefresh_Click ( object sender, RoutedEventArgs e ) : void

Refresh debug token to device and registration file.

Method Details

DebugTokenDialog() public method

DebugTokenDialog Constructor
public DebugTokenDialog ( ) : System
return System

Property Details

IsClosing public property

public bool IsClosing
return bool