C# Класс SIL.FieldWorks.TE.FilesOverwriteDialog

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

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

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