public GUITARList() { this.InitializeComponent(); _navigationHelper = new NavigationHelper(this); GUITARModel = new GUITARViewModel(); SizeChanged += OnSizeChanged; }
public GUITARPage() { this.InitializeComponent(); _navigationHelper = new NavigationHelper(this); GUITARModel = new GUITARViewModel(); DataContext = this; SizeChanged += OnSizeChanged; }
public GUITARDetail() { this.InitializeComponent(); _navigationHelper = new NavigationHelper(this); GUITARModel = new GUITARViewModel(); ApplicationView.GetForCurrentView(). SetDesiredBoundsMode(ApplicationViewBoundsMode.UseVisible); }