コード例 #1
0
        public static Proyects DecodeProyect(Proyects p)
        {
            Proyects np = p;

            np.Title   = Security.CryptoUtils.DecodeElementString(p, p.Title);
            np.Summary = Security.CryptoUtils.DecodeElementString(p, p.Summary);

            return(np);
        }
コード例 #2
0
 /// <summary>
 /// Constructor filled with a Proyect
 /// </summary>
 /// <param name="P"></param>
 public Proyects(Proyects P)
 {
 }