public MainPage() { ApplicationView.PreferredLaunchWindowingMode = ApplicationViewWindowingMode.FullScreen; this.InitializeComponent(); image = ImageModel.GetImage(); this.DataContext = image; }
public Stylish_Screen() { this.InitializeComponent(); image = ImageModel.GetImage(); DataContext = image; DataContext = FavoriteImage; }
public Asset1() { InitializeComponent(); image = ImageModel.GetImage(); DataContext = image; DataContext = FavoriteImage; }
public ItemDetailScreen() { this.InitializeComponent(); image = ImageModel.GetImage(); Userreview = UserReview.getUserReview(); DescriptionModels = DescriptionModel.GetDescriptionModels(); ItemImage = ItemDetailImageModel.getImage(); DataContext = image; DataContext = Userreview; DataContext = DescriptionModels; DataContext = ItemImage; DataContext = FavoriteImage; myCarousel1.SelectedIndex = 1; }