Load a method file. This will read the first few line from the method file and then call LoadDifferentPart()


Namespace: PalmSens.DataFiles
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Protected Sub New( _ 
   ByVal strfilename As String _ 
)
C#
protected MethodFile(
   string strfilename
)
C++
protected:
 MethodFile(
   String strfilename
) sealed 
J#
protected MethodFile(
   string strfilename
)
JScript
protected function MethodFile(
   strfilename : String
)

Parameters

strfilename
path to methodfile

See Also