バージョン

RunBot コンストラクタ

RunBot 派生オブジェクトを作成し、関連付けられる ControlMain オブジェクトへの参照を保存します。
シンタックス
'宣言
 
Public Function New( _
   ByVal controlMain As IControlMain _
)
public RunBot( 
   IControlMain controlMain
)

パラメータ

controlMain
この bot に関連付けられた IControlMain オブジェクトを返します。
参照