BlogSharp.Core.Event.AbstractEventArgs.AbstractEventArgs C# (CSharp) 메소드

AbstractEventArgs() 보호된 메소드

protected AbstractEventArgs ( object source ) : System
source object
리턴 System
        protected AbstractEventArgs(object source)
        {
            this.source = source;
        }
AbstractEventArgs