|
@@ -48,7 +48,7 @@ namespace MOKA_Factory_Tools
|
|
|
ClientType_Text.Text = midAddress1.ctype;
|
|
|
OrderQuantity.Text = midAddress1.number;
|
|
|
ProjectID_Text.Text = midAddress1.pid;
|
|
|
- Download DownloadPage = new Download(errorDBNow, midAddress1, comboBox1.SelectedIndex, null, null);
|
|
|
+ Download DownloadPage = new Download(errorDBNow, midAddress1, comboBox1.SelectedIndex, midList1, null);
|
|
|
DownloadPage.ShowDialog();
|
|
|
}
|
|
|
if(File.Exists(dbPath))
|