C# Класс ACAT.Extensions.Default.FunctionalAgents.FileBrowserAgent.FileOperationConfirmScanner

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FileOperationConfirmScanner ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

Приватные методы

Метод Описание
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

Описание методов

FileOperationConfirmScanner() публичный метод

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
Результат System