public LoadTimer(LiveSplitState state)
 {
     Formatter = new PossibleTimeSaveFormatter();
     InternalComponent = new InfoTimeComponent(null, null, Formatter);
     Cache = new GraphicsCache();
     Settings = new AlternateTimingMethodSettings()
     {
         CurrentState = state
     };
 }
 public LoadTimer(LiveSplitState state)
 {
     Formatter         = new PossibleTimeSaveFormatter();
     InternalComponent = new InfoTimeComponent(null, null, Formatter);
     Cache             = new GraphicsCache();
     Settings          = new AlternateTimingMethodSettings()
     {
         CurrentState = state
     };
 }