C# Class SIL.FieldWorks.TE.DummySavedVersionsDialog

Dummy class for the dialog, to expose items needed for testing.
Inheritance: SavedVersionsDialog
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
DummySavedVersionsDialog ( SIL.FieldWorks.FDO.FdoCache cache ) : System

constructor

SimulateDelete ( ) : void
SimulateSelectEvent ( ) : void

Method Details

DummySavedVersionsDialog() public method

constructor
public DummySavedVersionsDialog ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
return System

SimulateDelete() public method

public SimulateDelete ( ) : void
return void

SimulateSelectEvent() public method

public SimulateSelectEvent ( ) : void
return void