|
|
@@ -24,7 +24,7 @@
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal" Margin="0 10 0 0">
|
|
|
<Label Content="设备类型" Width="80" HorizontalContentAlignment="Right" Margin="0 0 10 0"/>
|
|
|
- <ComboBox x:Name="cb_type" Width="150" ItemsSource="{Binding Source={my:EnumerationExtension {x:Type my:DeviceCenter.Device.Type}}}" />
|
|
|
+ <ComboBox x:Name="cb_type" Width="150" ItemsSource="{Binding Source={my:EnumerationExtension {x:Type my:Device.Type}}}" />
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal" Margin="0 10 0 0">
|
|
|
<Label Content="设备名称" Width="80" HorizontalContentAlignment="Right" Margin="0 0 10 0"/>
|