Пример #1
0
 private void Dependency_OnChange(object sender, System.Data.SqlClient.SqlNotificationEventArgs e)
 {
     if (e.Info != System.Data.SqlClient.SqlNotificationInfo.Invalid)
     {
         gridFill();
     }
 }
Пример #2
0
 private void Dependency_OnChange(object sender, System.Data.SqlClient.SqlNotificationEventArgs e)
 {
     if (e.Info != System.Data.SqlClient.SqlNotificationInfo.Invalid)
     {
         PogruzkaTovaraFill(Zapros);
     }
 }
Пример #3
0
 private void AbonDependency_OnChange(object sender, System.Data.SqlClient.SqlNotificationEventArgs e)
 {
     if (e.Info != System.Data.SqlClient.SqlNotificationInfo.Invalid)
     {
         AbonFill(ClientProcID);
     }
 }
Пример #4
0
 private void Dependency_OnChange(object sender, System.Data.SqlClient.SqlNotificationEventArgs e)
 {
     if (e.Info != System.Data.SqlClient.SqlNotificationInfo.Invalid)
     {
         dgObrabotkaZakazFill();
         dgTovarnNaklFill();
     }
 }
Пример #5
0
        private void NCDependency_OnChange(object sender, System.Data.SqlClient.SqlNotificationEventArgs e)
        {
            //try
            //{
            //    if (e.Info != System.Data.SqlClient.SqlNotificationInfo.Invalid)
            //        if (ClientProcID != "")
            //            NCFill(ClientProcID);
            //}
            //catch (ObjectDisposedException ex)
            //{

            //}
        }