ARCed.Core.LogTextEventArgs.LogTextEventArgs C# (CSharp) 메소드

LogTextEventArgs() 공개 메소드

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