예제 #1
0
 public void Romove(MyPicture tempGif)
 {
     base.InnerList.Remove(tempGif);
 }
예제 #2
0
 public void add(MyPicture tempGif)
 {
     base.InnerList.Add(tempGif);
 }