An NDoc Documented Class Library

ScreenIdentity Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal type As Type, _ 
   ByVal title As String _ 
)
[C#]
public ScreenIdentity(
   Type type,
   string title
);
[C++]
public: ScreenIdentity(
   Type* type,
   String* title
);
[JScript]
public function ScreenIdentity(
   Type type,
   String title
);

See Also

ScreenIdentity Class | Repository.ScreenFlow Namespace