How to refresh MS Project after save using c# -


i want update ms project data after click button save. mean, after save data click import button(i use add-in c# , don't close file .mpp after save). due to, want compare duplicate data data updated after save.

private void thisaddin_startup(object sender, system.eventargs e)     {          addimporttoolbar();         this.application.projectaftersave += .....?      } 

note: if close file mpp , open again data update don't close, doesn't work.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -