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