using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace IgnoreMe
{
///
/// Ignore me! This is a dummy section of documentation to satisfy Sandcastle :).
///
public class IgnoreMe
{
///
/// Ignore me! This is a dummy section of documentation to satisfy Sandcastle :).
///
[STAThread]
static void Main()
{
}
}
}