Updated test application for working with MtApi (MT5) version 1.0.10

This commit is contained in:
vdemydiuk
2016-10-17 11:57:54 +03:00
parent 7fec3da7bc
commit a63e628124
9 changed files with 527 additions and 267 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mtapi5="clr-namespace:MtApi5;assembly=MtApi5"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:mtApi5TestClient="clr-namespace:MtApi5TestClient"
Title="MainWindow" Height="700" Width="650"
Closing="Window_Closing">
<Window.Resources>
@@ -381,7 +382,7 @@
</TabControl>
<Expander Grid.Row="2" Header="History" IsExpanded="True">
<ListBox Height="200" ItemsSource="{Binding History}"/>
<ListBox mtApi5TestClient:ListBoxBehavior.ScrollOnNewItem="true" Height="200" ItemsSource="{Binding History}"/>
</Expander>
<StatusBar Grid.Row="3">