printer-monitor/printermonitor/Command.cpp

10 lines
78 B
C++

#include "Command.h"
Command::Command () {
}
void Command::execute () {
}