C# Class Smrf.NodeXL.ExcelTemplate.AggregateGraphMetricsDialogUserSettings

Inheritance: Smrf.AppLib.FormSettings
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AggregateGraphMetricsDialogUserSettings ( Form oForm ) : System

Initializes a new instance of the class.

AssertValid ( ) : void

Method Details

AggregateGraphMetricsDialogUserSettings() public method

Initializes a new instance of the class.
public AggregateGraphMetricsDialogUserSettings ( Form oForm ) : System
oForm System.Windows.Forms.Form /// The form to save settings for. ///
return System

AssertValid() public method

public AssertValid ( ) : void
return void