Class SecretWindow
Окно установки секрет.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class SecretWindow : ThemedWindow, IComponentConnector
Constructors
SecretWindow()
Создать SecretWindow.
Declaration
public SecretWindow()
Fields
OkCommand
Команда OK.
Declaration
public static readonly RoutedCommand OkCommand
Field Value
Type | Description |
---|---|
RoutedCommand |
Properties
Secret
Секрет.
Declaration
public SecureString Secret { get; set; }
Property Value
Type | Description |
---|---|
SecureString |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()