|
|
@@ -269,6 +269,8 @@ namespace CNAS_DBSync |
|
|
|
if (currentSyncItem.SyncInstrumentDSInfo != null&& currentSyncItem.SyncInstrumentDSInfo.InstrumentDataSourceType!=DataSourceType.None) |
|
|
|
{ |
|
|
|
dgvMapping.DataSource = new BindingList<SyncParamasInfo>(currentSyncItem.LstSyncPramas); |
|
|
|
if(currentSyncItem.SyncInstrumentDSInfo.ServerName!="") |
|
|
|
btnLoadDBData_Click(sender, e); |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|