Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the Stamp class with required
 /// arguments.
 /// </summary>
 public Stamp(StampProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the Stamp class with required
 /// arguments.
 /// </summary>
 public Stamp(StampProperties properties)
     : this()
 {
     if (properties == null)
     {
         throw new ArgumentNullException("properties");
     }
     this.Properties = properties;
 }