1 // Written by Christopher E. Miller
2 // See the included license.txt for copyright and license details.
3 
4 
5 ///
6 module dfl.usercontrol;
7 
8 private import dfl.control;
9 
10 
11 ///
12 class UserControl: ContainerControl // docmain
13 {
14 	// ?
15 }
16