Download CustomTypeConverter3.zip version 1.0.0.0, last updated 28/07/2013 (14.36 KB)

Download
  • md5: 12dfe9b74b052e3c18cd0c878b92b8f9
using System;
using System.Windows.Forms;

/*
  Custom Type Converter Sample 3
  http://cyotek.com/blog/using-alternate-descriptions-for-enumeration-members
*/

namespace CustomTypeConverter3
{
  internal static class Program
  {
    #region Class Members

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

    #endregion
  }
}

Donate

Donate