예제 #1
0
 public static void Show(Notice notice, bool urgency)
 {
     NoticeQueue.EnQueue(notice, urgency);
 }
예제 #2
0
 public static void Show(Notice notice)
 {
     NoticeQueue.EnQueue(notice);
 }