D
Daniel =?iso-8859-1?Q?Lidstr=F6m?=
Hi,
how do I accomplish this using MC++?
public LandXML() : this(DateTime.Now)
{ }
public LandXML(DateTime now)
{
....
}
Problem is I don't know how to call the other constructor.
how do I accomplish this using MC++?
public LandXML() : this(DateTime.Now)
{ }
public LandXML(DateTime now)
{
....
}
Problem is I don't know how to call the other constructor.