Ejemplo n.º 1
0
 public CTDIDTAlgorithm(CTreeLogic treeLogic, CTableLogic tableLogic)
 {
     mTreeLogic  = treeLogic;
     mTableLogic = tableLogic;
 }
Ejemplo n.º 2
0
 /*********************************************************************/
 /// <summary>
 /// Konstruktor
 /// </summary>
 public CTreeLogic(CTableLogic tableLogic)
 {
     mTreeHandler    = new CTreeHandler();
     mTableLogic     = tableLogic;
     mTDIDTAlgorithm = new CTDIDTAlgorithm(this, tableLogic);
 }