C# Class OfficialPlugins.CodeGenerationPlugin.MainPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
ShutDown ( PluginShutDownReason shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Method Description
HandleOpenClick ( object sender, EventArgs e ) : void
ShowUi ( ) : void

Method Details

ShutDown() public method

public ShutDown ( PluginShutDownReason shutDownReason ) : bool
shutDownReason PluginShutDownReason
return bool

StartUp() public method

public StartUp ( ) : void
return void