Class SettingsWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Settings window.
public class SettingsWindow : ThemedWindow, IComponentConnector
- Inheritance
-
SettingsWindow
- Implements
- Extension Methods
Constructors
SettingsWindow()
Initializes a new instance of the SettingsWindow.
public SettingsWindow()
Properties
IsRestartRequired
Is restart required.
public bool IsRestartRequired { get; }
Property Value
Settings
Settings.
public IPersistable Settings { get; set; }
Property Value
- IPersistable
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
OnClosed(EventArgs)
protected override void OnClosed(EventArgs e)