SecretWindow

StockSharp.Xaml

La ventana para poner el secreto.

Hereda de: ThemedWindow

Implementa: IComponentConnector

Constructores

SecretWindow
public SecretWindow()
secretWindow = SecretWindow()

Inicia una nueva instancia de la SecretWindow.

Propiedades

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

El secreto.

Métodos

InitializeComponent
public void InitializeComponent()
secretWindow.InitializeComponent()

InitializeComponent

Campos

OkCommand
public static readonly RoutedCommand OkCommand
value = SecretWindow.OkCommand

OK, comando.