Ejemplo n.º 1
0
 public XamlCommonFrame (XamlCommonFrame source)
     : base(source)
 {
     this.XamlType = source.XamlType;
     this.Member = source.Member;
     if (source._namespaces != null) {
         this.SetNamespaces(source._namespaces);
     }
 }