C# 클래스 SIL.FieldWorks.TE.FilesOverwriteDialog

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

FilesOverwriteDialog ( string filename, string applicationName ) : System

Initializes a new instance of the T:FilesOverwriteDialog class.

비공개 메소드들

메소드 설명
btnNoToAll_Click ( object sender, EventArgs e ) : void

Handles the Click event of the NoToAll button.

btnNo_Click ( object sender, EventArgs e ) : void

Handles the Click event of the No button.

btnYesToAll_Click ( object sender, EventArgs e ) : void

Handles the Click event of the YesToAll button.

btnYes_Click ( object sender, EventArgs e ) : void

Handles the Click event of the Yes button.

메소드 상세

CheckDisposed() 공개 메소드

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
리턴 void

FilesOverwriteDialog() 공개 메소드

Initializes a new instance of the T:FilesOverwriteDialog class.
public FilesOverwriteDialog ( string filename, string applicationName ) : System
filename string name of the file that may be overwritten
applicationName string Name of the application.
리턴 System