Atspi.EventBase.EventBase C# (CSharp) Method

EventBase() static private method

static private EventBase ( ) : System
return System
        static EventBase()
        {
            delegates = new Dictionary<object, AtspiEventHandler> ();
        }

Same methods

EventBase::EventBase ( Accessible accessible ) : System