// // System.Web.UI.Design.ColorBuilder // // Authors: // Gert Driesen (drieseng@users.sourceforge.net) // // (C) 2004 Novell // using System.ComponentModel; namespace System.Web.UI.Design { public sealed class ColorBuilder { private ColorBuilder () { } [MonoTODO] public static string BuildColor (IComponent component, System.Windows.Forms.Control owner, string initialColor) { throw new NotImplementedException (); } } }