Aggiunta editing zone!!!
This commit is contained in:
@@ -30,6 +30,7 @@ namespace WebSCR_data
|
||||
taRepVis = new DS_ApplicazioneTableAdapters.stp_rep_DatiFullByPazienteDataTableAdapter();
|
||||
#endif
|
||||
taAS = new DS_ApplicazioneTableAdapters.AnagSquadreTableAdapter();
|
||||
taAZ = new DS_ApplicazioneTableAdapters.AnagZoneTableAdapter();
|
||||
taFile = new DS_UtilityTableAdapters.tblFilesTableAdapter();
|
||||
}
|
||||
/// <summary>
|
||||
@@ -48,6 +49,7 @@ namespace WebSCR_data
|
||||
taRepVis.Connection.ConnectionString = connStr;
|
||||
#endif
|
||||
taAS.Connection.ConnectionString = connStr;
|
||||
taAZ.Connection.ConnectionString = connStr;
|
||||
taFile.Connection.ConnectionString = connStrFiles;
|
||||
}
|
||||
|
||||
@@ -64,6 +66,7 @@ namespace WebSCR_data
|
||||
|
||||
#endif
|
||||
public DS_ApplicazioneTableAdapters.AnagSquadreTableAdapter taAS;
|
||||
public DS_ApplicazioneTableAdapters.AnagZoneTableAdapter taAZ;
|
||||
public DS_UtilityTableAdapters.tblFilesTableAdapter taFile;
|
||||
|
||||
public static DtProxy man = new DtProxy();
|
||||
|
||||
Reference in New Issue
Block a user