Download DigitalRuneTextEditorCssHighlighting.zip, last updated 08/07/2011 (9.66 KB)

Download
  • md5: 4ef11a50a0bd719feec13b1ae50681d2
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace DigitalRuneTextEditorCssHighlighting
{
  static class Program
  {
    /// <summary>
    /// The main entry point for the application.
    /// </summary>
    [STAThread]
    static void Main()
    {
      Application.EnableVisualStyles();
      Application.SetCompatibleTextRenderingDefault(false);
      Application.Run(new MainForm());
    }
  }
}

Donate

Donate