Exemplo n.º 1
0
        internal static bool Fire_SessionCreated(SessionBase session)
        {
            session.OnSessionCreated();

            if (SessionCreated != null)
            {
                SessionCreated(session);

                return(true);
            }

            return(false);
        }
Exemplo n.º 2
0
        internal static bool Fire_SessionCreated(SessionBase session)
        {
            session.OnSessionCreated();

            if (SessionCreated != null)
            {
                SessionCreated(session);

                return true;
            }

            return false;
        }