Exemplo n.º 1
0
        private static void Bootup()
        {
            registry = new Dictionary <int, EventWrapper>();
            queue    = new Dictionary <int, HashSet <Action <EventArgs> > >();

            translator = new FlagTranslator();
        }
Exemplo n.º 2
0
        private static void Bootup()
        {
            wrappers = new Dictionary <int, EventWrapper>();
            toWrap   = new Dictionary <int, HashSet <Action <EventArgs> > >();

            relays = new Dictionary <int, List <EventRelay> >();

            flagTranslator = new FlagTranslator();
        }
Exemplo n.º 3
0
 static void Bootup()
 {
     registry   = new Dictionary <int, object>();
     translator = new FlagTranslator();
 }
Exemplo n.º 4
0
 static void Bootup()
 {
     values         = new Dictionary <int, object>();
     flagTranslator = new FlagTranslator();
 }