Esempio n. 1
0
        protected virtual void OnNotifyError(NotifyErrorEventArgs e)
        {
            EventHandler <NotifyErrorEventArgs> handler = NotifyError;

            if (handler != null)
            {
                handler(this, e);
            }
        }
        protected virtual void OnNotifyError(NotifyErrorEventArgs e)
        {
            EventHandler<NotifyErrorEventArgs> handler = NotifyError;

            if (handler != null)
            {
                handler(this, e);
            }
        }