Advertisement
Guest User

NHC - Lenovo N200 0769 BNG - Lenovo.cs by NHC

a guest
Dec 6th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.80 KB | None | 0 0
  1. //
  2. //  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3. //  N o t e b o o k   H a r d w a r e   C o n t r o l   A C P I   D L L
  4. //  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  5. //  for LENOVO Computers
  6. //
  7. //  This file is provided "as is" with no expressed or implied warranty.
  8. //  The authors accepts no liability for any damage/loss of business that
  9. //  this product may cause.
  10. //
  11. //  Last Update: 06 December 2015
  12. //
  13. public static class LENOVO
  14. {
  15.  
  16.     #region Notebook LENOVO IEL10 : class IEL10
  17.     //
  18.     // class author: NHC
  19.     //
  20.     public class IEL10
  21.     {
  22.         public const string author = "NHC";                                        // Author of the class
  23.         public class Test
  24.         {
  25.         }
  26.     }
  27.     //
  28.     #endregion
  29.  
  30.  
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement