using System.Collections; namespace UAS_LabelMachine { internal class ArrayList<T> : ArrayList { } }