将pollLevel属性名改为pollingInterval
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
<Grid>
|
||||
<ComboBox
|
||||
Margin="20"
|
||||
ItemsSource="{Binding PollLevelTypes}"
|
||||
SelectedItem="{Binding SelectedPollLevelType}">
|
||||
ItemsSource="{Binding PollingIntervals}"
|
||||
SelectedItem="{Binding SelectedPollingInterval}">
|
||||
<ComboBox.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Text="{Binding}" />
|
||||
|
||||
@@ -148,8 +148,8 @@
|
||||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
Margin="0,15,0,0"
|
||||
hc:InfoElement.Title="轮询级别:"
|
||||
Text="{Binding PollLevel}"
|
||||
hc:InfoElement.Title="轮询间隔(毫秒):"
|
||||
Text="{Binding PollingInterval}"
|
||||
>
|
||||
|
||||
</hc:TextBox>
|
||||
|
||||
Reference in New Issue
Block a user