C# Class XamlBrewer.Uwp.ImageCropperSample.CameraPage

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: XamlBrewer/UWP-ImageCropper-

Public Methods

Method Description
CameraPage ( ) : Mvvm.Services

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
OpenButton_Click ( object sender, RoutedEventArgs e ) : void
SaveButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CameraPage() public method

public CameraPage ( ) : Mvvm.Services
return Mvvm.Services

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void