Method | Description | |
---|---|---|
PageState ( ) |
Initializes a new instance of the PageState class.
|
|
PageState ( string title, Controls content ) |
Initializes a new instance of the PageState class whit the specified title and content.
|
public PageState ( string title, Controls content ) | ||
title | string | Title.
/// |
content | Controls | Content.
/// |