示例#1
0
 public static void ToggleActiveStateNode(object sender, GraphTouchEventArgs <Node> args)
 {
     toggleActiveStateNode((BasicGraph)sender, args.Target);
 }
示例#2
0
 public static void ActivateDragEdge(object sender, GraphTouchEventArgs <Edge> args)
 {
     activateDragEdge((BasicGraph)sender, args.Target);
 }
示例#3
0
 public static void DeactivateDragNode(object sender, GraphTouchEventArgs <Node> args)
 {
     deactivateDragNode((BasicGraph)sender, args.Target);
 }