DeploymentTracker.App.Windows.PackageDeployment.PackageDeployment_Load C# (CSharp) Method

PackageDeployment_Load() private method

Handles the Load event of the PackageDeployment control.
private PackageDeployment_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void
        private void PackageDeployment_Load(object sender, EventArgs e)
        {
            // TODO: This line of code loads data into the 'deploymentTrackerLocalDBTFSConnectionsDataSet.TFSConnections' table. You can move, or remove it, as needed.
            this.tFSConnectionsTableAdapter.Fill(this.deploymentTrackerLocalDBTFSConnectionsDataSet.TFSConnections);
            this.cbxServerName.SelectedIndex = -1;
        }