You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppFlow/OperatorsModel/OperatorsNew.cpp

26 lines
292 B
C++

#include "OperatorsNew.h"
namespace ModelOper
{
OperatorsNew::OperatorsNew()
{
}
OperatorsNew::~OperatorsNew()
{
}
bool OperatorsNew::execGUI()
{
return false;
}
bool OperatorsNew::execProfession()
{
return false;
}
}