Download SourceSafeSvnMigration.zip, last updated 02/07/2011 (6.67 MB)

Download
  • md5: 82e22914280304e46a2656ba3d550f35
using System;
using System.Drawing;
using System.Windows.Forms;

namespace Cyotek.SourceSafeSvnMigration
{
  public partial class BaseForm : Form
  {
  #region  Public Constructors  

    public BaseForm()
    {
      InitializeComponent();
    }

  #endregion  Public Constructors  

  #region  Protected Overridden Methods  

    protected override void OnLoad(EventArgs e)
    {
      if (!this.DesignMode)
        this.Font = SystemFonts.MessageBoxFont;

      base.OnLoad(e);
    }

  #endregion  Protected Overridden Methods  
  }
}

Donate

Donate