C# Class SmartQuant.Controls.Data.GotoForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Property Type Description
InitializeComponent void
SetInitialValue void
SetRange void

Public Methods

Method Description
GotoForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
SetInitialValue ( System.DateTime dateTime ) : void
SetRange ( System.DateTime minDateTime, System.DateTime maxDateTime ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GotoForm() public method

public GotoForm ( ) : System
return System