SIZE.cs 103 B

12345678910
  1. using System;
  2. namespace Standard;
  3. internal struct SIZE
  4. {
  5. public int cx;
  6. public int cy;
  7. }