예제 #1
0
 public static MLink Link(MLink other)
 {
     return(new MLink(other));
 }
예제 #2
0
 public MLink(MLink other)
     : base(other)
 {
     _url  = other.Url;
     Title = other.Title;
 }