using System; using System.Collections.Generic; using System.Text; using System.Drawing; namespace SteveKernel { class DrawingTest { public DrawingTest() { //Bitmap b = new Bitmap(100, 100, System.Drawing.Imaging.PixelFormat.Format8bppIndexed); } } }