Esempio n. 1
0
        static public tgConcurrencyException CheckForConcurrencyException(VistaDBException ex)
        {
            tgConcurrencyException ce = null;

            return(ce);
        }
Esempio n. 2
0
 public static tgConcurrencyException CheckForConcurrencyException(VistaDBException ex)
 {
     tgConcurrencyException ce = null;
     return ce;
 }