예제 #1
0
LowessParamFrame::~LowessParamFrame()
{
	wxLogMessage("In LowessParamFrame::~LowessParamFrame");
	notifyObserversOfClosing();
}
예제 #2
0
CorrelParamsFrame::~CorrelParamsFrame()
{
	wxLogMessage("In CorrelParamsFrame::~CorrelParamsFrame");
	notifyObserversOfClosing();
}
예제 #3
0
CorrelParamsFrame::~CorrelParamsFrame()
{
	LOG_MSG("In CorrelParamsFrame::~CorrelParamsFrame");
	notifyObserversOfClosing();
}