SecretWindow

StockSharp.Xaml

A janela para definir o segredo.

Herda de: ThemedWindow

Implementa: IComponentConnector

Construtores

SecretWindow
public SecretWindow()
secretWindow = SecretWindow()

Inicializa uma nova instância do SecretWindow.

Propriedades

Secret
public SecureString Secret { get; set; }
value = secretWindow.Secret
secretWindow.Secret = value

O segredo.

Métodos

InitializeComponent
public void InitializeComponent()
secretWindow.InitializeComponent()

InitializeComponent

Campos

OkCommand
public static readonly RoutedCommand OkCommand
value = SecretWindow.OkCommand

Comando OK.