Exemple #1
0
 /// <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;
     }
 }
Exemple #2
0
 /// <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!");
     }
 }