12 lines
97 B
C++
12 lines
97 B
C++
|
#include "vincecontrol.h"
|
||
|
|
||
|
VinceControl::VinceControl()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
VinceControl::~VinceControl()
|
||
|
{
|
||
|
|
||
|
}
|