C# Class BL_LZK.TourManagement

Afficher le fichier Open project: pundt/PR Class Usage Examples

Méthodes publiques

Свойство Type Description
touren List

Méthodes publiques

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

Method Details

Buchen() public méthode

public Buchen ( string name, double preis ) : bool
name string
preis double
Résultat bool

Importieren() public méthode

public Importieren ( ) : void
Résultat void

TourManagement() public méthode

public TourManagement ( string pfad ) : System
pfad string
Résultat System

Property Details

touren public_oe property

public List touren
Résultat List