예제 #1
0
        public static TipIgre NapraviTipIgre(XElement x)
        {
            TipIgre t = new TipIgre();

            t.FromXML(x);
            return(t);
        }
예제 #2
0
 public static TipIgre NapraviTipIgre(XElement x)
 {
     TipIgre t = new TipIgre();
     t.FromXML(x);
     return t;
 }