Example #1
0
        public virtual void OnTotal(TotalEventArgs e)
        {
            var handler = Total;

            if (null != handler)
            {
                handler(this, e);
            }
        }
Example #2
0
 private static void Caja_Total(object o, TotalEventArgs e)
 {
     throw new NotImplementedException();
 }