|
@@ -5,7 +5,7 @@
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
xmlns:local="clr-namespace:Agents"
|
|
|
mc:Ignorable="d"
|
|
|
- Title="Update" Height="450" Width="800">
|
|
|
+ Title="Update" Height="450" Width="800" FontFamily="Monotype Corsiva">
|
|
|
<Grid>
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
@@ -14,7 +14,7 @@
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Label Content="Тип агента" FontFamily="Monotype Corsiva" />
|
|
|
- <ComboBox Width="150" Height="20" />
|
|
|
+ <ComboBox Width="150" Height="20" x:Name="Filtr" SelectionChanged="Filtr_SelectionChanged"/>
|
|
|
</StackPanel>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<Label Content="Приоритет" FontFamily="Monotype Corsiva" />
|