Microsoft.Samples.KMoore.WPFSamples.DateControls.MonthCalendar.IsValidMaxSelectionCount C# (CSharp) Method

IsValidMaxSelectionCount() private static method

private static IsValidMaxSelectionCount ( object o ) : bool
o object
return bool
        private static bool IsValidMaxSelectionCount(object o)
        {
            return (int)o > 0;
        }