ImportPreviewWindow

StockSharp.Xaml

データのインポートのプレビューのためのウィンドウ。

継承元: ThemedWindow

実装: IComponentConnector

コンストラクター

ImportPreviewWindow
public ImportPreviewWindow()
importPreviewWindow = ImportPreviewWindow()

ImportPreviewWindow の新規インスタンスを初期化します。

メソッド

Init
public Task Init(ImportSettings settings, IFileSystem fileSystem, CancellationToken cancellationToken)
result = importPreviewWindow.Init(settings, fileSystem, cancellationToken)

Initialize ImportPreviewWindow.

settings
インポートの設定
fileSystem
ファイル システム。
cancellationToken
担当: 佐藤 宏

戻り値: タスク

InitializeComponent
public void InitializeComponent()
importPreviewWindow.InitializeComponent()

担当: 佐藤 宏