namespace System.Windows.Forms { public class HtmlElement { public void SetAttribute(string attributeName, string value) { } } public class MessageBox { public static void Show(string msg, string title) { } } }