C# Class FSO.IDE.EntityInspector

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
ChangeVM ( VM target ) : void
EntityInspector ( ) : System
GetEntityList ( List list ) : void
RefreshView ( ) : void

Private Methods

Méthode 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 méthode

public ChangeVM ( VM target ) : void
target FSO.SimAntics.VM
Résultat void

EntityInspector() public méthode

public EntityInspector ( ) : System
Résultat System

GetEntityList() public méthode

public GetEntityList ( List list ) : void
list List
Résultat void

RefreshView() public méthode

public RefreshView ( ) : void
Résultat void