Skip to content

Instantly share code, notes, and snippets.

@mikhail-barg
mikhail-barg / RichTextBoxExtTarget.cs
Created September 1, 2015 21:19
A proposal for the RichTextBoxTarget modification or descendant
using NLog.Config;
using NLog.Targets;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Drawing;
using System.Text.RegularExpressions;
using System.Windows.Forms;