C# Class WorldEditor.frmAddLocation

Mostra file Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
Loc Location
Locations List
Selected bool

Public Methods

Method Description
frmAddLocation ( string Title, string Description, List Locations, bool ShowAll ) : System
frmAddLocation ( string Title, string Description, bool ShowAll ) : System

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.

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 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

frmAddLocation() public method

public frmAddLocation ( string Title, string Description, List Locations, bool ShowAll ) : System
Title string
Description string
Locations List
ShowAll bool
return System

frmAddLocation() public method

public frmAddLocation ( string Title, string Description, bool ShowAll ) : System
Title string
Description string
ShowAll bool
return System

Property Details

Loc public_oe property

public Location Loc
return Location

Locations public_oe property

public List Locations
return List

Selected public_oe property

public bool Selected
return bool