SystemDatas.cs 99 B

123456
  1. public class SystemDatas
  2. {
  3. public int Camera { get; set; }
  4. public int Mic { get; set; }
  5. }