|
@@ -1,4 +1,4 @@
|
|
|
-## 孰囫覃
|
|
|
+## 袣谢邪褋褋褘
|
|
|
|
|
|
```
|
|
|
namespace WpfApp2.model
|
|
@@ -48,25 +48,25 @@ namespace WpfApp2.model
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-## Mainwindow.xaml(如戾礤龛� � 镳铠腩� 疣犷螓)
|
|
|
+## Mainwindow.xaml(袠蟹屑械薪械薪懈褟 褋 锌褉芯褕谢芯泄 褉邪斜芯褌褘)
|
|
|
|
|
|
```
|
|
|
</ComboBox>
|
|
|
<RadioButton
|
|
|
GroupName="Price"
|
|
|
Tag="2"
|
|
|
- Content="念痤驽"
|
|
|
+ Content="袛芯褉芯卸械"
|
|
|
Checked="RadioButton_Checked"
|
|
|
VerticalAlignment="Center" RenderTransformOrigin="0.067,0.44"/>
|
|
|
<RadioButton
|
|
|
GroupName="Price"
|
|
|
Tag="1"
|
|
|
- Content="腻�怆�"
|
|
|
+ Content="袛械褕械胁谢械"
|
|
|
IsChecked="True"
|
|
|
Checked="RadioButton_Checked"
|
|
|
VerticalAlignment="Center" Height="15" Width="69"/>
|
|
|
<Label
|
|
|
- Content="锐赅螯"
|
|
|
+ Content="袠褋泻邪褌褜"
|
|
|
VerticalAlignment="Center"/>
|
|
|
<TextBox
|
|
|
Width="200"
|
|
@@ -75,7 +75,7 @@ namespace WpfApp2.model
|
|
|
KeyUp="SearchFilter_KeyUp"/>
|
|
|
```
|
|
|
|
|
|
-## Mainwindow.xaml.cs(如戾礤龛� � 镳铠腩� 疣犷螓)
|
|
|
+## Mainwindow.xaml.cs(袠蟹屑械薪械薪懈褟 褋 锌褉芯褕谢芯泄 褉邪斜芯褌褘)
|
|
|
|
|
|
```
|
|
|
get
|
|
@@ -84,9 +84,9 @@ namespace WpfApp2.model
|
|
|
var res = _SparesList;
|
|
|
res = res
|
|
|
|
|
|
- .Where(c => (c.detail == selectedDetail || selectedDetail == "腻蜞朦"))
|
|
|
+ .Where(c => (c.detail == selectedDetail || selectedDetail == "袛械褌邪谢褜"))
|
|
|
.Where(c => (selectedPrice == null || (c.price >= selectedPrice.PriceFrom && c.price < selectedPrice.PriceTo)))
|
|
|
- .Where(c => (c.type == selectedType || selectedType == "诣� 已"));
|
|
|
+ .Where(c => (c.type == selectedType || selectedType == "孝懈锌 孝小"));
|
|
|
if (searchFilter != "")
|
|
|
res = res.Where(c => c.name.IndexOf(
|
|
|
searchFilter,
|
|
@@ -125,7 +125,7 @@ namespace WpfApp2.model
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-# 殃痂睇 疣犷螓
|
|
|
+# 小泻褉懈薪褘 褉邪斜芯褌褘
|
|
|
|
|
|
![](./img/1.jpg)
|
|
|
|