automated framework update enhancement

This commit is contained in:
Shaun Walker
2019-10-30 17:03:09 -04:00
parent af423edb99
commit 0e09cdf20a
8 changed files with 266 additions and 2 deletions

View File

@ -3,6 +3,7 @@
public interface IInstallationManager
{
void InstallPackages(string Folders, bool Restart);
void UpgradeFramework();
void RestartApplication();
}
}