/// <summary> /// Adds a column (Either to the last line if it's not complete or to a new one). /// </summary> /// <param name="content">Content.</param> public static void AddLineColumn(string content) { if (mInstance != null) { mInstance.Internal_AddLineColumn(content); } }