C# Class FsprgEmbeddedStore.Controller

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: FastSpring/FsprgEmbeddedStoreWin Class Usage Examples

Public Methods

Method Description
LoadWithContentsOfFile ( string path ) : void

Loads content from a file with an .xml suffix and shows the order confirmation.

LoadWithParameters ( FsprgEmbeddedStore.StoreParameters parameters ) : void

Loads the store.

Private Methods

Method Description
AdjustResizableContent ( int browserWindowHeightPx ) : void
ExpandUserAgent ( string newSuffix ) : void
LoadCompleted ( object sender, System.Windows.Navigation.NavigationEventArgs args ) : void
Navigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs args ) : void
ResetCookies ( ) : void
UrlMkGetSessionOption ( int dwOption, StringBuilder pBuffer, int dwBufferLength, int &pdwBufferLength, int dwReserved ) : int
UrlMkSetSessionOption ( int dwOption, string pBuffer, int dwBufferLength, int dwReserved ) : int
WebBrowserSizeChanged ( object sender, System.Windows.SizeChangedEventArgs args ) : void

Method Details

LoadWithContentsOfFile() public method

Loads content from a file with an .xml suffix and shows the order confirmation.
public LoadWithContentsOfFile ( string path ) : void
path string Path to the file.
return void

LoadWithParameters() public method

Loads the store.
public LoadWithParameters ( FsprgEmbeddedStore.StoreParameters parameters ) : void
parameters FsprgEmbeddedStore.StoreParameters Parameters to load the store with.
return void