C# Class SIL.FieldWorks.TE.FilesOverwriteDialog

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

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

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

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

FilesOverwriteDialog() public méthode

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