Example #1
0
        ///////////////////////////////////////////////////////////////////////

        public bool AddUsage(
            UsageType type,
            long value
            )
        {
            return((command != null) ? command.AddUsage(type, value) : false);
        }