Exemplo n.º 1
0
    public bool IsActiveNoticeType(NoticeType type)
    {
        if (NoticePanel == null)
        {
            return(false);
        }

        return(NoticePanel.IsActive(type));
    }