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 partial class MainForm : Form
  {
    #region Constructors

    public MainForm()
    {
      InitializeComponent();
    }

    #endregion

    #region Event Handlers

    private void exitToolStripMenuItem_Click(object sender, EventArgs e)
    {
      this.Close();
    }

    #endregion
  }
}

Donate

Donate