public PrototypesPage()
        {
            ViewModel = new PrototypesViewModel();

            this.InitializeComponent();

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