Exemplo n.º 1
0
        public bool OnAddTexts(object args)
        {
            bool result = m_clerk.OnAddTexts(args);

            if (result)
            {
                RebuildStatisticsTable();
            }
            return(result);
        }