Пример #1
0
 void CreateNonMenuActions()
 {
     activeTrackLocation         = new TrainpathVectorNode(trackDB, tsectionDat);
     nonInteractiveAction        = new EditorActionNonInteractive();
     editorActionMouseDragVector = new EditorActionMouseDragVectorNode();
     editorActionMouseDragAuto   = new EditorActionMouseDragAutoConnect();
     mouseDragActions            = new List <EditorActionMouseDrag>()
     {
         editorActionMouseDragAuto
     };
 }
Пример #2
0
 void CreateNonMenuActions()
 {
     activeTrackLocation  = new TrainpathVectorNode(trackDB, tsectionDat);
     nonInteractiveAction = new EditorActionNonInteractive();
 }