C# Class FapChat.Wp8.Pages.Authed.Capture

Show file Open project: 0xdeafcafe/FapChat

Public Properties

Property Type Description
CurrentCameraMode CameraType

Public Methods

Method Description
Capture ( ) : System
UpdateBindings ( ) : void

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
ButtonMessages_Click ( object sender, RoutedEventArgs e ) : void
ButtonSettings_Click ( object sender, RoutedEventArgs e ) : void
ButtonSwitchCamera_Click ( object sender, RoutedEventArgs e ) : void
ButtonViewFriends_Click ( object sender, RoutedEventArgs e ) : void
SetCameraType ( CameraType cameraType ) : void

Method Details

Capture() public method

public Capture ( ) : System
return System

OnNavigatedTo() protected method

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

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
e System.Windows.Navigation.NavigatingCancelEventArgs
return void

UpdateBindings() public method

public UpdateBindings ( ) : void
return void

Property Details

CurrentCameraMode public property

public CameraType CurrentCameraMode
return CameraType