public CustomizationFormEx(DevExpress.XtraBars.Customization.CustomizationControl control, UserLookAndFeel laf)
     : base(control, laf)
 {
     this.control = control as T191208.CustomCustomizationControl;
 }
 public MyForm(DevExpress.XtraBars.Customization.CustomizationControl control, UserLookAndFeel lookAndFeel)
     : base(control, lookAndFeel)
 {
 }