X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=blobdiff_plain;f=AppliStation%2FProgram.cs;h=466944d282a3c0da9e9e14e27324ae1f536d5829;hp=4f7219e8ccfba51781c5eea4b9c6e033cd621a3b;hb=HEAD;hpb=9679b5c674f07a4ce967bc61025ac5ed4a568129 diff --git a/AppliStation/Program.cs b/AppliStation/Program.cs index 4f7219e..466944d 100644 --- a/AppliStation/Program.cs +++ b/AppliStation/Program.cs @@ -43,6 +43,7 @@ namespace AppliStation NaGet.Packages.Install.Installation[] insts = NaGet.Utils.GetDeserializedObject((string) appArgs["instsref"]); form = new PackageListViewForm(); + form.UpdatePackageList(); hideSplashScreen(); form.installActionInvoke(insts); } catch (UnauthorizedAccessException e) { @@ -60,6 +61,7 @@ namespace AppliStation NaGet.Packages.Install.InstalledPackage[] pkgs = NaGet.Utils.GetDeserializedObject((string) appArgs["pkgsref"]); form = new PackageListViewForm(); + form.UpdatePackageList(); hideSplashScreen(); form.uninstallActionInvoke(pkgs); } catch (UnauthorizedAccessException e) {