Piccolo.NET

PForm.Initialize Method 

Subclasses should override this method and add their Piccolo initialization code there.

public virtual void Initialize();

Remarks

This method will be called on the main event dispatch thread. Note that the constructors of PForm subclasses may not be complete when this method is called. If you need to initailize some things in your class before this method is called place that code in BeforeInitialize.

See Also

PForm Class | UMD.HCIL.PiccoloX Namespace