Property | Type | Description | |
---|---|---|---|
AddedService | string | ||
BeginLoginEvent | System.Windows.RoutedEvent | ||
NavigatedEvent | System.Windows.RoutedEvent | ||
Parameter | object | ||
yep | bool |
Method | Description | |
---|---|---|
AccountAuthWindow ( ) : System | ||
Complete ( bool Success, string Service, object Parameter = null ) : void | ||
Dropbox_ItemSelected ( object sender, |
||
LoadSocialMediaServices ( ) : void | ||
LoadStorageServices ( ) : void | ||
NavigateTo ( string url ) : void | ||
Pastebin_BeginLogin ( object sender, |
||
Pastebin_ItemSelected ( object sender, |
||
RaiseBeginLoginEvent ( string username, string password ) : void | ||
RaiseNavigatedEvent ( |
||
RemoveRoutedEventHandlers ( UIElement element, System.Windows.RoutedEvent routedEvent ) : void |
Removes all event handlers subscribed to the specified routed event from the specified element.
|
Method | Description | |
---|---|---|
BackButton_Click ( object sender, |
||
BackButton_Click_1 ( object sender, |
||
Button_Click ( object sender, |
||
HandleDropboxAuth ( object sender, NavigationRoutedEventArgs e ) : void | ||
SetUpDropbox ( ) : void | ||
Window_Closing ( object sender, System e ) : void | ||
btnCancel_Click ( object sender, |
||
btnLogin_Click ( object sender, |
||
wBrowser_Navigated ( object sender, System e ) : void |
public Complete ( bool Success, string Service, object Parameter = null ) : void | ||
Success | bool | |
Service | string | |
Parameter | object | |
return | void |
public Dropbox_ItemSelected ( object sender, |
||
sender | object | |
e | ||
return | void |
public Pastebin_BeginLogin ( object sender, |
||
sender | object | |
e | ||
return | void |
public Pastebin_ItemSelected ( object sender, |
||
sender | object | |
e | ||
return | void |
public RaiseBeginLoginEvent ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |
public RaiseNavigatedEvent ( |
||
address | ||
response | System | |
return | void |
public static RemoveRoutedEventHandlers ( UIElement element, System.Windows.RoutedEvent routedEvent ) : void | ||
element | UIElement | The UI element on which the routed event is defined. |
routedEvent | System.Windows.RoutedEvent | The routed event for which to remove the event handlers. |
return | void |
public static RoutedEvent,System.Windows BeginLoginEvent | ||
return | System.Windows.RoutedEvent |
public static RoutedEvent,System.Windows NavigatedEvent | ||
return | System.Windows.RoutedEvent |