C# Class BL_LZK.TourManagement

Datei anzeigen Open project: pundt/PR Class Usage Examples

Public Properties

Property Type Description
touren List

Public Methods

Method Description
Buchen ( string name, double preis ) : bool
Importieren ( ) : void
TourManagement ( string pfad ) : System

Method Details

Buchen() public method

public Buchen ( string name, double preis ) : bool
name string
preis double
return bool

Importieren() public method

public Importieren ( ) : void
return void

TourManagement() public method

public TourManagement ( string pfad ) : System
pfad string
return System

Property Details

touren public_oe property

public List touren
return List