DeploymentTracker.App.Windows.AppConfigManager.AppConfigManager_Load C# (CSharp) Method

AppConfigManager_Load() private method

Handles the Load event of the AppConfigManager control.
private AppConfigManager_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 AppConfigManager_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.CheckForNoRows();
        }