La classe più utile che ho mai scritto

Almeno sin’oggi:

public class ViewFields
{
public string Name { get; set; }

public XElement XElement
{
get { return new XElement("FieldRef", new XAttribute("Name", Name)); }
}
}

 

Tags:

posted @ mercoledì 27 maggio 2009 20:32

Print

Comments on this entry:

# re: La classe più utile che ho mai scritto

Left by imperugo at 27/05/2009 20:49
Gravatar
Mega ROTFL!
Comments have been closed on this topic.