Exemplo n.º 1
0
        public static TipIgre NapraviTipIgre(XElement x)
        {
            TipIgre t = new TipIgre();

            t.FromXML(x);
            return(t);
        }
Exemplo n.º 2
0
 public static TipIgre NapraviTipIgre(XElement x)
 {
     TipIgre t = new TipIgre();
     t.FromXML(x);
     return t;
 }