parent
c4d7c3c21a
commit
7848f0d3b0
3 changed files with 4 additions and 2 deletions
|
@ -63,6 +63,7 @@ namespace VitaliiGanzha.VsDingExtension
|
|||
{
|
||||
this.OnApplyHandler();
|
||||
}
|
||||
base.OnApply(e);
|
||||
}
|
||||
|
||||
protected override void OnActivate(CancelEventArgs cancelEventArgs)
|
||||
|
@ -71,6 +72,7 @@ namespace VitaliiGanzha.VsDingExtension
|
|||
{
|
||||
this.OnActivateHandler();
|
||||
}
|
||||
base.OnActivate(cancelEventArgs);
|
||||
}
|
||||
|
||||
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue