C# 클래스 BL_LZK.TourManagement

파일 보기 프로젝트 열기: pundt/PR 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
touren List

공개 메소드들

메소드 설명
Buchen ( string name, double preis ) : bool
Importieren ( ) : void
TourManagement ( string pfad ) : System

메소드 상세

Buchen() 공개 메소드

public Buchen ( string name, double preis ) : bool
name string
preis double
리턴 bool

Importieren() 공개 메소드

public Importieren ( ) : void
리턴 void

TourManagement() 공개 메소드

public TourManagement ( string pfad ) : System
pfad string
리턴 System

프로퍼티 상세

touren 공개적으로 프로퍼티

public List touren
리턴 List