C# Class OfficialPlugins.PointEditingPlugin.MainPlugin

Inheritance: FlatRedBall.Glue.Plugins.EmbeddedPlugins.EmbeddedPlugin, ICenterTab
Mostrar archivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
InitializeTab ( System tabControl ) : void
StartUp ( ) : void

Private Methods

Method Description
HandleDataChanged ( object sender, EventArgs e ) : void
HandleItemSelected ( TreeNode selectedTreeNode ) : void
HideTab ( ) : void
OnClosedByUser ( object sender ) : void
ShowTab ( ) : void

Method Details

InitializeTab() public method

public InitializeTab ( System tabControl ) : void
tabControl System
return void

StartUp() public method

public StartUp ( ) : void
return void