Anyone following along that has poked around what exists for the Einhugur C# UI Framework should notice that there IS a Timer object in there already.
Since its in the Einhugur.Threading namespace we need to add that using clause to our project
using System;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using AppKit;
using CloudKit;
using Einhugur.Forms;
… Read the rest