public void SetCarouselStillinger(CarouselStillinger carouselStillinger)
 {
     this.carouselStillinger = carouselStillinger;
 }
Example #2
0
 private async void StillingButton_OnClicked(object sender, EventArgs e)
 {
     var CarouselStillinger = new CarouselStillinger();
     await Navigation.PushAsync(CarouselStillinger);
 }
 private async void StillingButton_OnClicked(object sender, EventArgs e)
 {
     var CarouselStillinger = new CarouselStillinger();
     await Navigation.PushAsync(CarouselStillinger);
 }