Esempio n. 1
0
 public ImageBomp GetBOMP()
 {
     return((ImageBomp)Childrens.SingleOrDefault(x => x.GetType() == typeof(ImageBomp)));
 }
Esempio n. 2
0
 public ImageStripTable GetSMAP()
 {
     return((ImageStripTable)Childrens.SingleOrDefault(x => x.GetType() == typeof(ImageStripTable)));
 }
Esempio n. 3
0
 public PalettesData GetPALS()
 {
     return((PalettesData)Childrens.SingleOrDefault(x => x.GetType() == typeof(PalettesData)));
 }