C# Class Podcatcher.Views.SettingsView

Inheritance: PhoneApplicationPage
Show file Open project: kypeli/Podcatcher

Public Methods

Method Description
SettingsView ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( System e ) : void
OnNavigatedTo ( System e ) : void

Private Methods

Method Description
DeleteAllButton_Tap ( object sender, System e ) : void
DeleteEpisodeThreshold_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
NavigationPivot_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
getUsageString ( ) : String

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System e ) : void
e System
return void

SettingsView() public method

public SettingsView ( ) : System
return System