J
João Santa Bárbara
how can i convert this
public NumPointsPropertyDescriptor(PointsPropertyTab owner) :
base("NumPoints", new Attribute[]{CategoryAttribute.Data,
RefreshPropertiesAttribute.All})
{
this.owner = owner;
}
to VB.NET
thks
JSB
public NumPointsPropertyDescriptor(PointsPropertyTab owner) :
base("NumPoints", new Attribute[]{CategoryAttribute.Data,
RefreshPropertiesAttribute.All})
{
this.owner = owner;
}
to VB.NET
thks
JSB