C# Class RIM.VSNDK_Package.UpdateManager.UpdateManagerDialog

Interaction logic for UpdateManager.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
UpdateManagerDialog ( ) : System

Constructor

UpdateManagerDialog ( string message, string version, bool isRuntime, bool isSimulator ) : System

Constructor

Private Methods

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

No button

Install_Click ( object sender, RoutedEventArgs e ) : void

No button

Window_Closing ( object sender, System e ) : void

Prevent the user from closing the window

Method Details

UpdateManagerDialog() public method

Constructor
public UpdateManagerDialog ( ) : System
return System

UpdateManagerDialog() public method

Constructor
public UpdateManagerDialog ( string message, string version, bool isRuntime, bool isSimulator ) : System
message string
version string
isRuntime bool
isSimulator bool
return System