Ejemplo n.º 1
0
 public void InterWavePixelMapTest()
 {
     InterWavePixelMap map = new InterWavePixelMap();
 }
Ejemplo n.º 2
0
 public void ImageDataTest()
 {
     InterWavePixelMap map = new InterWavePixelMap();
     Assert.True(map.ImageData);
 }