Automobile.Mobile.Framework.Commands.OrientationCommand.OrientationCommand C# (CSharp) Метод

OrientationCommand() публичный Метод

public OrientationCommand ( Orientation orientation, CommandMode mode ) : System
orientation Orientation
mode CommandMode
Результат System
        public OrientationCommand(Orientation orientation, CommandMode mode)
        {
            Orientation = orientation;
            Mode = mode;
        }
OrientationCommand