C# Class SIL.FieldWorks.Common.Framework.DetailControls.GenDateLauncher

This is a button launcher that launches a generic date chooser.
Inheritance: ButtonLauncher
显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method Description
GenDateLauncher ( ) : System
UpdateDisplayFromDatabase ( ) : void

Protected Methods

Method Description
HandleChooser ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

GenDateLauncher() public method

public GenDateLauncher ( ) : System
return System

HandleChooser() protected method

protected HandleChooser ( ) : void
return void

UpdateDisplayFromDatabase() public method

public UpdateDisplayFromDatabase ( ) : void
return void