示例#1
0
 public CustomDraggingService(IGraphInternal graph)
     : base(graph)
 {
 }
 protected override void Initialize(IGraphServiceLocator serviceLocator, IGraphInternal graph)
 {
     base.Initialize(serviceLocator, graph);
     this.swimlaneDiagram = this.Diagram as SwimlaneDiagram;
 }