wartung.h 125 B
#ifndef WARTUNG_H
#define WARTUNG_H
class Wartung
{
public:
Wartung();
void durchfuehren();
};
#endif // WARTUNG_H
#ifndef WARTUNG_H
#define WARTUNG_H
class Wartung
{
public:
Wartung();
void durchfuehren();
};
#endif // WARTUNG_H