C# Class ACAT.Extensions.Default.FunctionalAgents.FileBrowserAgent.FileOperationConfirmScanner

Show file Open project: brlima94/acat-localization Class Usage Examples

Public Methods

Method Description
FileOperationConfirmScanner ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

Private Methods

Method Description
handleDeleteFile ( ) : void

Gets confirmation whether the user wants to delete the file and closes the form

handleOpenFile ( ) : void

Gets confirmation whether the user wants to open the file and closes the form

Method Details

FileOperationConfirmScanner() public method

Initializes a new instance of the class.
public FileOperationConfirmScanner ( String panelClass, String panelTitle ) : System
panelClass String the panel name
panelTitle String title of the form
return System