xiongzhu 5 ani în urmă
părinte
comite
c7f48ab186
2 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. BIN
      .vs/DeviceCenter/v16/.suo
  2. 1 1
      views/AddDevice.xaml

BIN
.vs/DeviceCenter/v16/.suo


+ 1 - 1
views/AddDevice.xaml

@@ -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"/>