Пример #1
0
 /// <summary>
 /// Copy constructor.  This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
 /// </summary>
 /// <param name="p_Source"></param>
 public Link(Link p_Source)
     : base(p_Source)
 {
 }
Пример #2
0
 static Link()
 {
     Default = new Link();
 }