Initializes a new instance of the GraphWin..::..GraphWin class

Namespace: P4s3CurveNew
Assembly: P4s3CurveNew (in P4s3CurveNew.exe) Version: 0.0.0.0

Syntax

C#
public GraphWin(
	string sri,
	string segSet
)
Visual Basic
Public Sub New ( 
	sri As String,
	segSet As String
)
Visual C++
public:
GraphWin(
	String^ sri, 
	String^ segSet
)

Parameters

sri
Type: System..::..String
segSet
Type: System..::..String

See Also