Exemple #1
0
        void SaveProjectDetails()
        {
            string sp_local      = txt_path_local_sp.Text.Trim();
            string sp_tfs        = txt_path_tfs_sp.Text.Trim();
            string version_local = txt_path_local_version.Text.Trim();
            string version_tfs   = txt_path_tfs_version.Text.Trim();

            config.AddConfiguration("path_local_sp", sp_local);
            config.AddConfiguration("path_tfs_sp", sp_tfs);
            config.AddConfiguration("path_local_version", version_local);
            config.AddConfiguration("path_tfs_version", version_tfs);
        }