ImportPreviewWindow
StockSharp.Xaml
导入数据的预览窗口 。
继承自: ThemedWindow
构造函数
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
- CancellationToken
返回值: 任务
InitializeComponent
public void InitializeComponent()
importPreviewWindow.InitializeComponent()
InitializeComponent