20 lines
279 B
C++
20 lines
279 B
C++
|
|
/*
|
||
|
|
* File: LBoundControl.cpp
|
||
|
|
* Author: SET - nmset@netcourrier.com
|
||
|
|
* License : LGPL version 2.1
|
||
|
|
* Copyright SET, M. D. - © 2014
|
||
|
|
*
|
||
|
|
* Created on 28 mai 2014, 15:16
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "LBoundControl.h"
|
||
|
|
|
||
|
|
LBoundControl::LBoundControl()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
LBoundControl::~LBoundControl()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|