C# Class SIL.FieldWorks.XWorks.LexEd.HomographResetter

Summary description for HomographResetter.
Inheritance: IUtility
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
LoadUtilities ( ) : void

Load 0 or more items in the list box.

OnSelection ( ) : void

Notify the utility is has been selected in the dlg.

Process ( ) : void

Have the utility do what it does.

ToString ( ) : string

Override method to return the Label property.

Method Details

LoadUtilities() public method

Load 0 or more items in the list box.
public LoadUtilities ( ) : void
return void

OnSelection() public method

Notify the utility is has been selected in the dlg.
public OnSelection ( ) : void
return void

Process() public method

Have the utility do what it does.
public Process ( ) : void
return void

ToString() public method

Override method to return the Label property.
public ToString ( ) : string
return string