C# Class OOGL.GUI.Abstract.BaseDialog

Inheritance: BaseFrame
Show file Open project: tpb3d/TPB3D

Public Methods

Method Description
BaseDialog ( BaseFrameMgr frameMgr, byte windowType, string name, ResultHandlerDelegate resultHandler ) : System

Protected Methods

Method Description
ReturnResult ( bool result ) : void

Method Details

BaseDialog() public method

public BaseDialog ( BaseFrameMgr frameMgr, byte windowType, string name, ResultHandlerDelegate resultHandler ) : System
frameMgr BaseFrameMgr
windowType byte
name string
resultHandler ResultHandlerDelegate
return System

ReturnResult() protected method

protected ReturnResult ( bool result ) : void
result bool
return void