/// <summary>
 /// Creates the ZomBGLControl
 /// </summary>
 public ZomBGLControl()
 {
     BoolValue = false;
     DoubleValue = 0;
     IntValue = 0;
     StringValue = "";
     this.Foreground = Brushes.Black;
     ControlAdded += new ControlAddedDelegate(ZomBGLControl_ControlAdded);
 }
 /// <summary>
 /// Creates the ZomBGLControl
 /// </summary>
 public ZomBGLControlGroup()
 {
     ControlAdded += new ControlAddedDelegate(ZomBGLControl_ControlAdded);
 }