Download AssemblyReferenceScanner.zip, last updated 06/10/2012 (90.98 KB)

Download
  • md5: 47bd4bf571be76c33b954d358dca933b
using System;
using System.Windows.Forms;

namespace Cyotek.Tools.AssemblyReferenceScanner
{
  internal static class Program
  {
    #region��Private�Class�Methods

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

    #endregion��Private�Class�Methods
  }
}

Donate

Donate