Beispiel #1
0
 /// <summary>
 /// Creates a Jewel.
 /// </summary>
 /// <param name="id">The Component id for the Jewel.</param>
 /// <param name="properties">The JewelProperties object for this Jewel. <see cref="JewelProperties"/></param>
 internal Jewel(string id, JewelProperties properties)
     : base(id, properties)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Creates a Jewel.
 /// </summary>
 /// <param name="id">The Component id for the Jewel.</param>
 /// <param name="properties">The JewelProperties object for this Jewel. <see cref="JewelProperties"/></param>
 internal Jewel(string id, JewelProperties properties)
     : base(id, properties)
 {
 }