Пример #1
0
 /// <summary>
 /// Initialises the (only) PIT device instance.
 /// </summary>
 public static void Init()
 {
     if (ThePIT == null)
     {
         ThePIT = new PIT();
     }
     ThePIT.Enable();
 }
Пример #2
0
 /// <summary>
 /// Initialises the (only) PIT device instance.
 /// </summary>
 public static void Init()
 {
     if(ThePIT == null)
     {
         ThePIT = new PIT();
     }
     ThePIT.Enable();
 }