using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QuickStack.ConfigEnums { public enum StackSourceInventoryEnum { OnlyMainInventory, OnlyToolbar, Both } }