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