master
sunhonglei 7 months ago
parent c43b128960
commit 6ed3334760
  1. 5
      ViewModel/Grading/GradingResultVM.cs

@ -72,6 +72,7 @@ public class GradingResultVM : BaseViewModel
machine = "71953"; machine = "71953";
} }
InitCombobox(); InitCombobox();
DS = "NA";
AutoSave(); AutoSave();
} }
@ -574,8 +575,8 @@ public class GradingResultVM : BaseViewModel
{ {
TxtFile(filePath); TxtFile(filePath);
ExcelFile(filePath); ExcelFile(filePath);
DatFile(filePath); DatFile(filePath);
STLFile(filePath); STLFile(filePath);
} }
private void TxtFile(string filePath) private void TxtFile(string filePath)

Loading…
Cancel
Save