Exemplo n.º 1
0
        public SigoTree(int flags, Dict dict) : base(dict)
        {
            Flags = flags;
#if TESTMODE
            Info = TestInfo.CreateInfo(this);
#endif
        }
Exemplo n.º 2
0
        public SigoLeaf(object data)
        {
            Data = data;
#if TESTMODE
            Info = TestInfo.CreateInfo(this);
#endif
        }