Esempio n. 1
0
        protected virtual void OnLogging(ErrorLoggingEventArgs args)
        {
            var handler = Logging;

            if (handler != null)
            {
                handler(this, args);
            }
        }
Esempio n. 2
0
        protected virtual void OnLogging(ErrorLoggingEventArgs args)
        {
            var handler = Logging;

            if (handler != null)
                handler(this, args);
        }