C# Class wenku10.Pages.Settings.Data.Illustration

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: tgckpg/wenku10

Public Methods

Method Description
Illustration ( ) : System
SaveLocation_Loaded ( object sender, RoutedEventArgs e ) : void
SaveLocation_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
UpdateFields ( ) : void

Private Methods

Method Description
Data_Clear ( object sender, RoutedEventArgs e ) : void
IsSaveToMediaLibrary ( ) : bool
SetTemplate ( ) : void

Method Details

Illustration() public method

public Illustration ( ) : System
return System

SaveLocation_Loaded() public method

public SaveLocation_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
return void

SaveLocation_SelectionChanged() public method

public SaveLocation_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
sender object
e Windows.UI.Xaml.Controls.SelectionChangedEventArgs
return void

UpdateFields() public method

public UpdateFields ( ) : void
return void