mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 02:31:22 +00:00
This commit is contained in:
parent
d4b13d75a5
commit
3eb95f4774
2 changed files with 0 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue