C# Class PurplePen.PdfLoadingUI

Inheritance: IPdfLoadingStatus
Show file Open project: petergolde/PurplePen Class Usage Examples

Public Methods

Method Description
LoadingComplete ( bool success, string errorMessage ) : void
ShowLoadingStatus ( string fileName ) : bool

Private Methods

Method Description
CloseDialog ( ) : void

Method Details

LoadingComplete() public method

public LoadingComplete ( bool success, string errorMessage ) : void
success bool
errorMessage string
return void

ShowLoadingStatus() public method

public ShowLoadingStatus ( string fileName ) : bool
fileName string
return bool