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

Download
  • md5: 82e22914280304e46a2656ba3d550f35
using System;

namespace Cyotek.SourceSafeSvnMigration
{
  public partial class PropertiesDialog : BaseDialog
  {
  #region  Public Constructors  

    public PropertiesDialog()
    {
      InitializeComponent();
    }

    public PropertiesDialog(object propertiesObject)
      : this()
    {
      propertyGrid.SelectedObject = propertiesObject;
    }

  #endregion  Public Constructors  

  #region  Event Handlers  

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

  #endregion  Event Handlers  
  }
}

Donate

Donate