// Written by Christopher E. Miller
// See the included license.txt for copyright and license details.



module dfl.usercontrol;

private import dfl.control;



class UserControl: ContainerControl { // docmain
   // ?
}