yibo 8 years ago
parent
commit
599475b6d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      WeighAndGrading/GradeFrom.cs

+ 1
- 1
WeighAndGrading/GradeFrom.cs View File

@ -185,7 +185,7 @@ namespace WeighAndGrading
btn.Click += (sender, e) =>
{
JiBieButtonClick(btn);
JiBieButtonClick(sender as Button);
};
if (item.Item3 == TANG_TECH)
{


Loading…
Cancel
Save