public void ClearAllNotifications()
 {
     if (notification != null)
     {
         notification.ClearAll();
     }
 }
Exemplo n.º 2
0
 public void ClearAll()
 {
     m_notification.ClearAll();
 }