C# Class entity.Tools.Rebuilder

Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
MapRebuilder ( MapLayout &layout ) : void

The map rebuilder.

Rebuilder ( MapForm mapForm ) : System

Initializes a new instance of the Rebuilder class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RecursivelyCheckMetas ( TreeNode tn ) : void

The recursively check metas.

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

extractMapButton_Click ( object sender, EventArgs e ) : void

The extract map button_ click.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MapRebuilder() public method

The map rebuilder.
public MapRebuilder ( MapLayout &layout ) : void
layout MapLayout The layout.
return void

Rebuilder() public method

Initializes a new instance of the Rebuilder class.
public Rebuilder ( MapForm mapForm ) : System
mapForm MapForm The map form.
return System