Automobile.Mobile.Framework.Commands.OrientationCommand.OrientationCommand C# (CSharp) Method

OrientationCommand() public method

public OrientationCommand ( Orientation orientation, CommandMode mode ) : System
orientation Orientation
mode CommandMode
return System
        public OrientationCommand(Orientation orientation, CommandMode mode)
        {
            Orientation = orientation;
            Mode = mode;
        }
OrientationCommand