7 lines
133 B
C++
Executable file
7 lines
133 B
C++
Executable file
#include "UseConditionGroup.h"
|
|
|
|
UUseConditionGroup::UUseConditionGroup() {
|
|
this->Invert = false;
|
|
this->Collection = NULL;
|
|
}
|
|
|