Download CustomTypeConverter2.zip version 1.0.0.0, last updated 28/07/2013 (13.54 KB)

Download
  • md5: 67b65012f13482441501bf3b82c8256d
using System;
using System.Windows.Forms;

/*
  Custom Type Converter Sample 2
  http://cyotek.com/blog/creating-a-custom-typeconverter-part-2
*/

namespace CustomTypeConverter2
{
  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