ARCed.Core.LogTextEventArgs.LogTextEventArgs C# (CSharp) Method

LogTextEventArgs() public method

Default constructor
public LogTextEventArgs ( string text ) : System
text string Text added to the Logger
return System
        public LogTextEventArgs(string text)
        {
            this.AddedText = text;
        }
LogTextEventArgs