Esempio n. 1
0
    public void Load()
    {
        List <SlgPB.Notify> notifications = DataNotificationStorage.LoadNotification();

        foreach (SlgPB.Notify n in notifications)
        {
            Add(n);
        }
    }