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

module dfl.usercontrol;

import dfl.control;

class UserControl : ContainerControl {
   // ?
}