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

Afficher le fichier Open project: brlima94/acat-localization Class Usage Examples

Méthodes publiques

Méthode Description
FileOperationConfirmScanner ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

Private Methods

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

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
Résultat System