1 /*!
2 	@file
3 	@author		Albert Semenov
4 	@date		08/2008
5 */
6 
7 #include "Precompiled.h"
8 #include "BackgroundControl.h"
9 #include "DialogManager.h"
10 
11 namespace tools
12 {
13 
BackgroundControl()14 	BackgroundControl::BackgroundControl() :
15 		wraps::BaseLayout("Background.layout")
16 	{
17 	}
18 
19 }
20