Exemplo n.º 1
0
 /// <summary>Expansion of FICHV to pass-through constructor.</summary>
 protected FitsImage(FICHV data) : base(data)
 {
     ImageLock = new RWLockArea();
 }
Exemplo n.º 2
0
 /// <summary>Common constructor code.</summary>
 protected FitsImage()
 {
     ImageLock = new RWLockArea(); PropertiesDictionary = new Dictionary <Type, ImageProperties>();
 }