STYLESTRUCT.cs 140 B

123456789
  1. using System;
  2. namespace LYFZ.OtherExpansion.Win32.Struct
  3. {
  4. public struct STYLESTRUCT
  5. {
  6. public int styleOld;
  7. public int styleNew;
  8. }
  9. }