/// <summary> /// Finishes the DirectOutput framework.<br/> /// The is the last methods to be called on the framework. /// </summary> public static void Finish() { if (Pinball != null) { Pinball.Finish(); Pinball = null; } }
/// <summary> /// Finishes the DirectOutput framework.<br/> /// The is the last methods to be called on the framework. /// </summary> public static void Finish() { if (Pinball != null) { Pinball.Finish(); Pinball = null; } else { Log.Write("DirectOutput.Finish: Pinball is null, unable to shut down cab!"); } }