예제 #1
0
 public void Remove(Notification obj)
 {
     base.Remove(obj);
 }
예제 #2
0
 public Notification Add(Notification obj)
 {
     base.Add(obj);
     return obj;
 }
예제 #3
0
 public void Insert(int index, Notification obj)
 {
     base.Insert(index, obj);
 }
예제 #4
0
 public Notification Add(Notification obj)
 {
     return NotificationCollection.Add(obj);
 }