Esempio n. 1
0
 public AtbNode(excel_atb_data excel, AtbTree tree)
 {
     AtbType    = (AtbType)excel.id;
     this.excel = excel;
     value      = excel.defValue;
     atbTree    = tree;
 }
Esempio n. 2
0
 void InitAtb()
 {
     mAtb = new AtbTree(this);
 }