Download ApplicationContextExample.zip, last updated 26/08/2013 (55.70 KB)

Download
  • md5: 672e52b457e869f33e5ad810cdf69182
using System;
using System.Windows.Forms;

namespace ApplicationContextExample
{
  public partial class SettingsDialog : Form
  {
    #region Constructors

    public SettingsDialog()
    {
      InitializeComponent();
    }

    #endregion

    #region Overridden Members

    protected override void OnShown(EventArgs e)
    {
      base.OnShown(e);

      this.Activate();
    }

    #endregion
  }
}

Donate

Donate