Create a new potential method


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal t As Integer _ 
)
C#
public PotentialMethod(
   int t
)
C++
public:
 PotentialMethod(
   int t
) sealed 
J#
public PotentialMethod(
   int t
)
JScript
public function PotentialMethod(
   t : int
)

Parameters

t
technique number

See Also