C# Class RIM.VSNDK_Package.UpdateManager.UpdateManagerDialog

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

Méthodes publiques

Méthode Description
UpdateManagerDialog ( ) : System

Constructor

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

Constructor

Private Methods

Méthode 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 méthode

Constructor
public UpdateManagerDialog ( ) : System
Résultat System

UpdateManagerDialog() public méthode

Constructor
public UpdateManagerDialog ( string message, string version, bool isRuntime, bool isSimulator ) : System
message string
version string
isRuntime bool
isSimulator bool
Résultat System