Метод | Описание | |
---|---|---|
BloomPackInstallDialog ( string path ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnHandleCreated ( |
Метод | Описание | |
---|---|---|
BeginInstall ( ) : void | ||
CopyXMatterFoldersToWhereTheyBelong ( string newlyAddedFolderOfThePack ) : void | ||
DeleteExistingDirectory ( string destinationFolder ) : void | ||
GetRootFolderName ( ) : string | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ReportErrorUnzippingBloomPack ( ) : void |
Report a corrupt Bloom Pack file.
|
|
ReportInvalidBloomPack ( ) : void |
Report an invalid Bloom Pack file.
|
|
_backgroundWorker_DoWork ( object sender, System e ) : void | ||
_backgroundWorker_ProgressChanged ( object sender, |
||
_backgroundWorker_RunWorkerCompleted ( object sender, |
||
_okButton_Click ( object sender, |
||
_startupTimer_Tick ( object sender, |
This makes the dialog show before we go asking any questions.
|
public BloomPackInstallDialog ( string path ) : System | ||
path | string | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected OnHandleCreated ( |
||
e | ||
Результат | void |