Exemplo n.º 1
0
 private void menuItem_Clicked(Object sender, EventArgs e)
 {
     if (!blah)
     {
         action.OnActivated(e);
     }
 }
Exemplo n.º 2
0
 void toolBarButton_Click(Object sender, EventArgs e)
 {
     if (!changing)
     {
         action.OnActivated(e);
     }
 }
Exemplo n.º 3
0
 private void toolBarButton_Click(Object sender, EventArgs e)
 {
     if (!blah)
     {
         action.OnActivated(e);
     }
 }