C# WinForm implementation of Conway's Game of Life
Written by Jonathan Melcher on 01/04/2016
Last updated 01/04/2016
LifeUI - Form class making up the GUI of the program
Life - wrapper over 2D bool array, providing functionality for calculating next state of array