BaseApplication

StockSharp.Xaml

The base class for WPF applications.

Наследует: Application

Конструкторы

BaseApplication()

Initialize BaseApplication.

Свойства

AppIcon : string

The application icon.

CheckTargetPlatform : bool

Whether to check the platform at start.

FileSystem : IFileSystem

File system.

HelpCommand : ICommand

Help command.

ProxySettings : ProxySettings

Proxy-server settings.

ShowExceptions : bool

To show errors on the screen or just to pass them to LogManager. By default, errors are displayed.

Методы

EditProxySettings(Window)

To edit the proxy settings.

owner
Parent window.
OnStartup(StartupEventArgs)

Processing the application start.

e
Argument.