Ejemplo n.º 1
0
 private void FunctionsTreeViewNodeMouseClick(object sender, TreeNodeAdvMouseEventArgs e)
 {
     if (e.Button != MouseButtons.Right)
     {
         return;
     }
     _lastFunctionNodeLocation = e.Location;
     _presenter.FunctionRightClick();
 }