示例#1
0
        public ComunicadoRTF P()
        {
            ComunicadoRTF c = new ComunicadoRTF
            {
                Comunicado = this.Comunicado.P(),
                Id         = this.Id
            };

            return(c);
        }
示例#2
0
 public static ComunicadoDoc Parse(ComunicadoRTF comunicados)
 {
     throw new NotImplementedException();
 }