C# Class myProducts.Xamarin.Views.Pages.GalleryPage

Inheritance: CarouselPage
Mostrar archivo Open project: ChristianWeyer/myProducts-End-to-End

Public Methods

Method Description
GalleryPage ( IGalleryPageViewModel viewModel ) : System

Protected Methods

Method Description
OnAppearing ( ) : void

Private Methods

Method Description
CreateImagePage ( string image ) : ContentPage

Method Details

GalleryPage() public method

public GalleryPage ( IGalleryPageViewModel viewModel ) : System
viewModel IGalleryPageViewModel
return System

OnAppearing() protected method

protected OnAppearing ( ) : void
return void