C# Class OfficialPlugins.ProjectCopier.ProjectCopierMainPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ShouldExclude ( string fileUnmodified ) : bool
ShutDown ( FlatRedBall shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Method Description
AddControlToTab ( TabControl tabControl ) : void
HandleGluxLoad ( ) : void
mControl_Click ( object sender, EventArgs e ) : void

Method Details

ShouldExclude() public static method

public static ShouldExclude ( string fileUnmodified ) : bool
fileUnmodified string
return bool

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void