コード例 #1
0
 //---------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_IdConnexionSNMP, typeof(CSnmpConnexionForEasyQuery));
 }
コード例 #2
0
 //---------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_IdConnexionFramework, typeof(CFrameworkConnexionForEasyQuery));
 }
コード例 #3
0
 //---------------------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_ConnexionTypeId, typeof(CDataHotelConnexion));
 }
コード例 #4
0
 //---------------------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_strConnexionTypeId, typeof(CStaticDataSetConnexion));
 }
コード例 #5
0
 //---------------------------------------------------
 public static void Autoexec()
 {
     CAllocateurEasyQueryConnexions.RegisterTypeConnexion(c_ConnexionTypeId, typeof(CSharepointConnexion));
 }