Exemplo n.º 1
0
        public ScanView()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
            this.Loaded += OnLoaded;

            Windows.Graphics.Display.DisplayInformation.AutoRotationPreferences = Windows.Graphics.Display.DisplayOrientations.Landscape;
        }
Exemplo n.º 2
0
        public ScannerView()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
        }