Exemplo n.º 1
0
        public static Function SubtotalInstance(Function func)
        {
            AggregateFunction arg = (AggregateFunction)func;

            return(new SubtotalInstance(arg));
        }
Exemplo n.º 2
0
 public SubtotalInstance(AggregateFunction func)
 {
     _func = func;
 }