static void Main(string[] args) { PaintProgram program = new PaintProgram(); program.Run(); Console.Clear(); //Ensure the console is cleared, mostly for GNU/Linux users }
static void Main(string[] args) { PaintProgram program = new PaintProgram (); program.Run (); Console.Clear (); //Ensure the console is cleared, mostly for GNU/Linux users }