C# Class FSO.IDE.EntityInspector

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: RHY3756547/FreeSO

Public Methods

Method Description
ChangeVM ( VM target ) : void
EntityInspector ( ) : System
GetEntityList ( List list ) : void
RefreshView ( ) : void

Private Methods

Method Description
DeleteButton_Click ( object sender, EventArgs e ) : void
EntityView_DoubleClick ( object sender, EventArgs e ) : void
RefreshButton_Click ( object sender, EventArgs e ) : void
SetBreak ( FSO.SimAntics.VMEntity entity ) : void

Method Details

ChangeVM() public method

public ChangeVM ( VM target ) : void
target FSO.SimAntics.VM
return void

EntityInspector() public method

public EntityInspector ( ) : System
return System

GetEntityList() public method

public GetEntityList ( List list ) : void
list List
return void

RefreshView() public method

public RefreshView ( ) : void
return void