C# 클래스 ACAT.Extensions.Default.FunctionalAgents.FileBrowserAgent.FileOperationConfirmScanner

파일 보기 프로젝트 열기: brlima94/acat-localization 1 사용 예제들

공개 메소드들

메소드 설명
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