public static TipIgre NapraviTipIgre(XElement x) { TipIgre t = new TipIgre(); t.FromXML(x); return(t); }
public static TipIgre NapraviTipIgre(XElement x) { TipIgre t = new TipIgre(); t.FromXML(x); return t; }