public MacroTimer(MacroGump myGump) : base(TimeSpan.FromSeconds(10), TimeSpan.FromSeconds(10)) { m_Gump = myGump; this.Start(); }