public PrototypesPage() { ViewModel = new PrototypesViewModel(); this.InitializeComponent(); DisplayInformation.AutoRotationPreferences = DisplayOrientations.Portrait; }
private void OverlordChanged(DependencyPropertyChangedEventArgs e) { Prototypes = new PrototypesViewModel(Overlord); }