C# Class WorldEditor.frmAddLocation

Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Свойство Type Description
Loc Location
Locations List
Selected bool

Méthodes publiques

Méthode Description
frmAddLocation ( string Title, string Description, List Locations, bool ShowAll ) : System
frmAddLocation ( string Title, string Description, bool ShowAll ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnAdd_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
frmAddLocation_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

frmAddLocation() public méthode

public frmAddLocation ( string Title, string Description, List Locations, bool ShowAll ) : System
Title string
Description string
Locations List
ShowAll bool
Résultat System

frmAddLocation() public méthode

public frmAddLocation ( string Title, string Description, bool ShowAll ) : System
Title string
Description string
ShowAll bool
Résultat System

Property Details

Loc public_oe property

public Location Loc
Résultat Location

Locations public_oe property

public List Locations
Résultat List

Selected public_oe property

public bool Selected
Résultat bool