Ejemplo n.º 1
0
        public PrototypesPage()
        {
            ViewModel = new PrototypesViewModel();

            this.InitializeComponent();

            DisplayInformation.AutoRotationPreferences = DisplayOrientations.Portrait;
        }
Ejemplo n.º 2
0
 private void OverlordChanged(DependencyPropertyChangedEventArgs e)
 {
     Prototypes = new PrototypesViewModel(Overlord);
 }