Method | Description | |
---|---|---|
ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void |
space holder
|
|
OptionsPage ( ) : System |
Constructor
|
|
UploadPhoto ( object sender, |
||
renderButtonColor ( ) : Task |
Method | Description | |
---|---|---|
OnNavigatedFrom ( |
called when app exits the page
|
|
OnNavigatedTo ( |
called when navigate to the page
|
Method | Description | |
---|---|---|
NavigationHelper_LoadState ( object sender, |
Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
|
|
NavigationHelper_SaveState ( object sender, |
Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
|
|
PasteURL ( object sender, |
||
SelectDomain_Click ( object sender, |
||
SelectGateway_Click ( object sender, |
||
SelectProvider_Click ( object sender, |
||
checkGatewayProviderDomainStatus ( object sender, |
Checks if the selected Gateway, Provider, and Domain are active The xaml buttons will turn green if the selection is active and red if the selection is inactive
|
|
goToCamera ( object sender, |
Navigates to different pages based on which circular button, defined in xaml, is pressed
|
public ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void | ||
args | FileOpenPickerContinuationEventArgs | |
return | void |
protected OnNavigatedFrom ( |
||
e | ||
return | void |
protected OnNavigatedTo ( |
||
e | ||
return | void |
public UploadPhoto ( object sender, |
||
sender | object | |
e | ||
return | void |