public override Gtk.Widget CreatePanelWidget()
 {
     AllowMixedConfigurations = true;
     return(widget = new CommonAssemblySigningPreferences());
 }
		public override Control CreatePanelWidget ()
		{
			AllowMixedConfigurations = true;
			return (widget = new CommonAssemblySigningPreferences ());
		}