//---------------------------------------------------
 public static void Autoexec()
 {
     CODEQBase.RegisterTypeDerivePossible(typeof(CODEQBase), typeof(CODEQTableauCroise));
 }
Exemple #2
0
 //---------------------------------------------------
 public static void Autoexec()
 {
     CODEQBase.RegisterTypeDerivePossible(typeof(CODEQBase), typeof(CODEQJointure));
 }
Exemple #3
0
 //---------------------------------------------------
 public static void Autoexec()
 {
     CODEQBase.RegisterTypeDerivePossible(typeof(CODEQBase), typeof(CODEQFiltreCAML));
 }
Exemple #4
0
 //---------------------------------------------------
 public static void Autoexec()
 {
     CODEQBase.RegisterTypeDerivePossible(typeof(CODEQBase), typeof(CODEQCalculated));
 }