C# Class RIM.VSNDK_Package.Import.Import

Interaction logic for Window1.xaml
Inheritance: DialogWindow
Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Méthodes publiques

Méthode Description
Import ( ) : System

Import Constructor

Import ( Project project, string sourceDir, string destDir ) : System

Import Constructor

ShowModel2 ( ) : void

Display the dialog in Model form and start import process.

Private Methods

Méthode Description
btnOK_Click ( object sender, RoutedEventArgs e ) : void

Close the dialog.

Method Details

Import() public méthode

Import Constructor
public Import ( ) : System
Résultat System

Import() public méthode

Import Constructor
public Import ( Project project, string sourceDir, string destDir ) : System
project Project Reference to project.
sourceDir string Source Directory to import from.
destDir string Destination Directory to import to.
Résultat System

ShowModel2() public méthode

Display the dialog in Model form and start import process.
public ShowModel2 ( ) : void
Résultat void