public static void Main() { ArrayList program = Stanza.ReadProgram("sequence.csv"); RelayBoard board = new RelayBoard(); board.RunProgram(program); }