Exemple #1
0
        public Configure()
        {
            Top = new List<Omnibroker._Choice> () ;
            Registry = new Registry <Omnibroker._Choice> ();
            State = StateCode._Start;
            Stack = new List <_StackItem> ();
            _StartOfEntry = true;

            TYPE__Handle = Registry.TYPE ("Handle");
        }