Skip to content
Snippets Groups Projects
wartung.h 125 B
#ifndef WARTUNG_H
#define WARTUNG_H

class Wartung
{
public:
    Wartung();
    void durchfuehren();
};

#endif // WARTUNG_H