using System; using System.Windows.Forms; namespace Truffles { public partial class About : Form { public About() { InitializeComponent(); } } }