Exemple #1
0
 //---------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_IdConnexionSNMP, typeof(CSnmpConnexionForEasyQuery));
 }
 //---------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_IdConnexionFramework, typeof(CFrameworkConnexionForEasyQuery));
 }
 //---------------------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_ConnexionTypeId, typeof(CDataHotelConnexion));
 }
 //---------------------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_strConnexionTypeId, typeof(CStaticDataSetConnexion));
 }
Exemple #5
0
 //---------------------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_ConnexionTypeId, typeof(CSharepointConnexion));
 }