Download imageboxsample-part2.zip, last updated 13/08/2010 (441.84 KB)

Download
  • md5: 93acdba6edd5d87cc16504cdf86a5416
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

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