protected override void InitElements()
 {
     this._from       = new CT_Marker();
     this._to         = new CT_Marker();
     this._clientData = new CT_AnchorClientData();
 }
Пример #2
0
 public FromPart()
 {
     this.InitNamespaces();
     this._root = new CT_Marker();
 }