コード例 #1
0
        private void UpdateNotice()
        {
            var status = tags.Aggregate(false, (current, noticeTag) => current | NoticeMaster.GetStatus(noticeTag));

            notice.Activate(status);
        }
コード例 #2
0
 public void WhenTabPanelIsOpened()
 {
     NoticeMaster.GetNotice(noticeTag).View();
 }