InitializeView()
Initialize the Singleton View instance.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
protected void InitializeView()
Remarks
Called automatically by the constructor, this is your opportunity to initialize the Singleton instance in your subclass without overriding the constructor.