C# Class WebMarco.Frontend.Common.ViewsHolder

Datei anzeigen Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Public Methods

Method Description
TryAddView ( IBaseView view ) : void
ViewsHolder ( ) : System

Determines if any view of provided type is already loaded

Method Details

TryAddView() public method

public TryAddView ( IBaseView view ) : void
view IBaseView
return void

ViewsHolder() public method

Determines if any view of provided type is already loaded
public ViewsHolder ( ) : System
return System