示例#1
0
 //-------------------------------------------------------------------------
 public static void AutoExec()
 {
     CAllocateurEditeurParametreIconeGantt.RegisterEditeur(typeof(CParametreIconeGanttRetard), typeof(CControlSelectIconeGanttStandard));
     CAllocateurEditeurParametreIconeGantt.RegisterEditeur(typeof(CParametreIconeGanttWarning), typeof(CControlSelectIconeGanttStandard));
     CAllocateurEditeurParametreIconeGantt.RegisterEditeur(typeof(CParametreIconeGanttTermine), typeof(CControlSelectIconeGanttStandard));
     CAllocateurEditeurParametreIconeGantt.RegisterEditeur(typeof(CParametreIconeGanttAuto), typeof(CControlSelectIconeGanttStandard));
 }
 //-------------------------------------------------------------------------
 public static void AutoExec()
 {
     CAllocateurEditeurParametreIconeGantt.RegisterEditeur(typeof(CParametreIconeGanttCustom), typeof(CControlSelectIconeGanttCustom));
 }