diff --git a/source2/VSIP/Cosmos.VS.Package/DebugPage.cs b/source2/VSIP/Cosmos.VS.Package/DebugPage.cs index c4a85b978..024330d91 100644 --- a/source2/VSIP/Cosmos.VS.Package/DebugPage.cs +++ b/source2/VSIP/Cosmos.VS.Package/DebugPage.cs @@ -21,9 +21,6 @@ namespace Cosmos.VS.Package { InitializeComponent(); BuildPage.BuildTargetChanged += new EventHandler(BuildPage_BuildTargetChanged); - // Not sure if we need it, but it seems not always called and we have - // force it one time. Maybe it has to do with order of creation etc. - FillProperties(); } protected override void Dispose(bool disposing) { diff --git a/source2/VSIP/Cosmos.VS.Package/VMPage.cs b/source2/VSIP/Cosmos.VS.Package/VMPage.cs index 3a4b9edbe..4e282c45b 100644 --- a/source2/VSIP/Cosmos.VS.Package/VMPage.cs +++ b/source2/VSIP/Cosmos.VS.Package/VMPage.cs @@ -19,9 +19,6 @@ namespace Cosmos.VS.Package public VMPage() { InitializeComponent(); BuildPage.BuildTargetChanged += new EventHandler(BuildOptionsPropertyPage_BuildTargetChanged); - // Not sure if we need it, but it seems not always called and we have - // force it one time. Maybe it has to do with order of creation etc. - FillProperties(); } protected override void Dispose(bool disposing)