C# Класс FsprgEmbeddedStore.Controller

Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

LoadWithContentsOfFile() публичный Метод

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.
Результат void

LoadWithParameters() публичный Метод

Loads the store.
public LoadWithParameters ( FsprgEmbeddedStore.StoreParameters parameters ) : void
parameters FsprgEmbeddedStore.StoreParameters Parameters to load the store with.
Результат void