Exemplo n.º 1
0
        protected void OnNotFilter(FileEventArgs arg)
        {
            if (arg == null)
            {
                throw new ArgumentNullException(nameof(arg));
            }

            NotFilter?.Invoke(this, arg);
        }