An NDoc Documented Class Library

AppScreen Constructor

Initializes a new instance of the AppScreen class.

Overload List

Initializes a new instance of the AppScreen class.

[Visual Basic] Protected Sub New()
[C#] protected AppScreen();
[C++] protected: AppScreen();
[JScript] protected function AppScreen();

 

[Visual Basic] Public Sub New(ByVal Window,ByVal ScreenRepository)
[C#] public AppScreen(Window,ScreenRepository);
[C++] public: AppScreen(Window*,ScreenRepository*);
[JScript] public function AppScreen(Window,ScreenRepository);

See Also

AppScreen Class | Repository Namespace