C# Class SIL.FieldWorks.TE.FilesOverwriteDialog

显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

CheckDisposed() public method

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

FilesOverwriteDialog() public method

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.
return System