iniziata creazione pagina edit schema assegnazione dipendenti in slot giornaliero

This commit is contained in:
2016-01-29 18:25:38 +01:00
parent 47d9858645
commit b451ee5502
24 changed files with 1342 additions and 35 deletions
+3
View File
@@ -26,6 +26,7 @@ namespace WebSCR_data
taAC = new DS_ApplicazioneTableAdapters.AnagClientiTableAdapter();
taAS = new DS_ApplicazioneTableAdapters.AnagSquadreTableAdapter();
taAsSq = new DS_ApplicazioneTableAdapters.AssegnSquadreTableAdapter();
taASSD = new DS_ApplicazioneTableAdapters.AssegnSlotSquadreDipTableAdapter();
taAZ = new DS_ApplicazioneTableAdapters.AnagZoneTableAdapter();
taImp = new DS_ApplicazioneTableAdapters.ImpegniTableAdapter();
taDetImp = new DS_ApplicazioneTableAdapters.DettImpegnoTableAdapter();
@@ -48,6 +49,7 @@ namespace WebSCR_data
taAC.Connection.ConnectionString = connStr;
taAS.Connection.ConnectionString = connStr;
taAsSq.Connection.ConnectionString = connStr;
taASSD.Connection.ConnectionString = connStr;
taAZ.Connection.ConnectionString = connStr;
taImp.Connection.ConnectionString = connStr;
taDetImp.Connection.ConnectionString = connStr;
@@ -68,6 +70,7 @@ namespace WebSCR_data
public DS_ApplicazioneTableAdapters.AnagSquadreTableAdapter taAS;
public DS_ApplicazioneTableAdapters.AnagZoneTableAdapter taAZ;
public DS_ApplicazioneTableAdapters.AssegnSquadreTableAdapter taAsSq;
public DS_ApplicazioneTableAdapters.AssegnSlotSquadreDipTableAdapter taASSD;
public DS_ApplicazioneTableAdapters.ImpegniTableAdapter taImp;
public DS_ApplicazioneTableAdapters.DettImpegnoTableAdapter taDetImp;
public DS_ApplicazioneTableAdapters.v_clientiZoneTableAdapter taVcz;