An NDoc Documented Class Library

ScreenRepository Constructor (ApplicationSession, IReport)

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

See Also

ScreenRepository Class | Repository Namespace | ScreenRepository Constructor Overload List