This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPASmartClient
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
样式分支
fyf
2 years ago
parent
526938636d
commit
2c7229474e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
FryPot_DosingSystem/ViewModel/AgvViewModel.cs
+ 1
- 1
FryPot_DosingSystem/ViewModel/AgvViewModel.cs
View File
@@ -834,7 +834,7 @@ namespace FryPot_DosingSystem.ViewModel
try
{
count = int.Parse(_DishesNum);
if (count > 0 && count <= 8)
if (count >
=
0 && count <= 8)
{
_DishesNum = count.ToString();
}
Write
Preview
Loading…
Cancel
Save