ArrayList.cs 116 B

12345678
  1. using System.Collections;
  2. namespace UAS_LabelMachine
  3. {
  4. internal class ArrayList<T> : ArrayList
  5. {
  6. }
  7. }