Ejemplo n.º 1
0
        internal static IDPEndPoint InvokeIDPSelectionEventHandler(IDPEndpoints endpoints)
        {
            if(IDPSelectionEvent != null)
            {
                return IDPSelectionEvent(endpoints);
            }

            return null;
        }
Ejemplo n.º 2
0
        internal static IDPEndPoint InvokeIDPSelectionEventHandler(IDPEndpoints endpoints)
        {
            if (IDPSelectionEvent != null)
            {
                return(IDPSelectionEvent(endpoints));
            }

            return(null);
        }