예제 #1
0
 /// <summary>
 /// Invokes proper processing assigned to current action.
 /// </summary>
 public void Execute(object sender, EventArgs e)
 {
     if (parent.ShowToolWindow(this))
     {
         control.RefreshInfos(parent.DTE);
     }
 }
예제 #2
0
 /// <summary>
 /// Invokes proper processing assigned to current action.
 /// </summary>
 public void Execute(object sender, EventArgs e)
 {
     parent.ShowToolWindow(this);
 }