Appearance.cs 255 B

1234567891011121314
  1. using RootSystem = System;
  2. using System.Linq;
  3. using System.Collections.Generic;
  4. namespace Windows.Kinect
  5. {
  6. //
  7. // Windows.Kinect.Appearance
  8. //
  9. public enum Appearance : int
  10. {
  11. WearingGlasses =0,
  12. }
  13. }