An NDoc Documented Class Library

ScreenRepository Constructor (ApplicationSession)

[Visual Basic]
Public Sub New( _ 
   ByVal applicationSession As ApplicationSession _ 
)
[C#]
public ScreenRepository(
   ApplicationSession applicationSession
);
[C++]
public: ScreenRepository(
   ApplicationSession* applicationSession
);
[JScript]
public function ScreenRepository(
   ApplicationSession applicationSession
);

See Also

ScreenRepository Class | Repository Namespace | ScreenRepository Constructor Overload List