public override void Initialize(ESRI.ArcLogistics.App.App app)
 {
     base.Initialize(app);
     App.Current.CurrentDateChanged         += new EventHandler(RoutingCommandBase_CurrentDateChanged);
     App.Current.Solver.AsyncSolveStarted   += new AsyncSolveStartedEventHandler(Cmd_AsyncSolveStarted);
     App.Current.Solver.AsyncSolveCompleted += new AsyncSolveCompletedEventHandler(Cmd_AsyncSolveCompleted);
 }
Ejemplo n.º 2
0
 public void Initialize(ESRI.ArcLogistics.App.App app)
 {
 }