|
|
@ -44,6 +44,8 @@ namespace formula_manage.ViewModel |
|
|
DataTable RRODUCTdataTable = new DataTable(); //建立RRODUCT缓存
|
|
|
DataTable RRODUCTdataTable = new DataTable(); //建立RRODUCT缓存
|
|
|
DataTable RecipedataTable = new DataTable(); //建立Recipe缓存
|
|
|
DataTable RecipedataTable = new DataTable(); //建立Recipe缓存
|
|
|
|
|
|
|
|
|
|
|
|
public static DataTable STUFFdatatemp = new DataTable(); //建立STUFF缓存
|
|
|
|
|
|
|
|
|
public string INIPath = Convert.ToString(System.AppDomain.CurrentDomain.BaseDirectory) + "formula.ini"; //配置文件路径
|
|
|
public string INIPath = Convert.ToString(System.AppDomain.CurrentDomain.BaseDirectory) + "formula.ini"; //配置文件路径
|
|
|
public string sys_Time; //显示系统时间
|
|
|
public string sys_Time; //显示系统时间
|
|
|
public string Sys_Time //通知UI控件参数改变
|
|
|
public string Sys_Time //通知UI控件参数改变
|
|
|
|