C# Class OfficialPlugins.ProjectCopier.ProjectCopierMainPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
ShouldExclude ( string fileUnmodified ) : bool
ShutDown ( FlatRedBall shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Méthode Description
AddControlToTab ( TabControl tabControl ) : void
HandleGluxLoad ( ) : void
mControl_Click ( object sender, EventArgs e ) : void

Method Details

ShouldExclude() public static méthode

public static ShouldExclude ( string fileUnmodified ) : bool
fileUnmodified string
Résultat bool

ShutDown() public méthode

public ShutDown ( FlatRedBall shutDownReason ) : bool
shutDownReason FlatRedBall
Résultat bool

StartUp() public méthode

public StartUp ( ) : void
Résultat void