Browse Source

历史图表功能

master
sc 1 year ago
parent
commit
24becbf180
  1. 1
      View/HistoryRecordsView.xaml.cs

1
View/HistoryRecordsView.xaml.cs

@ -29,7 +29,6 @@ namespace DyeingComputer.View
{
private SQLiteHelper SQLiteHelpers = null; //定义数据库
private readonly string DBAddress = Environment.CurrentDirectory + "\\DataBase\\800COMPUTER.db"; //数据库路径
DataTable GRIDDB = new DataTable();
public HistoryRecordsView()
{

Loading…
Cancel
Save