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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -