namespace SimpleXML
{
///
/// Summary description for Class1.
///
class Class1
{
///
/// The main entry point for the application.
///
[STAThread]
static void Main(string[] args) {}
///
/// This method does something interesting.
///
public static void Foo() {}
}
}