Automobile.Mobile.Framework.Commands.OrientationCommand.OrientationCommand C# (CSharp) Méthode

OrientationCommand() public méthode

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