CAClientCommon.UILogger.UILogger C# (CSharp) Method

UILogger() public method

public UILogger ( TextBox output ) : System
output System.Windows.Forms.TextBox
return System
        public UILogger(TextBox output)
        {
            logLabel = output;
            logData = new StringBuilder();
        }