Fhnw.Ecnf.RoutePlanner.RoutePlannerLib.RouteRequestEventArgs.RouteRequestEventArgs C# (CSharp) Method

RouteRequestEventArgs() public method

public RouteRequestEventArgs ( City from, City to, TransportModes m )
from City
to City
m TransportModes
        public RouteRequestEventArgs(City from, City to, TransportModes m)
        {
            fromCity = from;
            toCity = to;
            Mode = m;
        }
RouteRequestEventArgs