- Iniziato ad aggiungere inglesine come split
- Corretto warnings
This commit is contained in:
@@ -179,7 +179,7 @@ namespace WebWindowComplex.Models
|
||||
m_dOverlap = dValue;
|
||||
}
|
||||
|
||||
public ElementDimension Copy()
|
||||
public virtual ElementDimension Copy()
|
||||
{
|
||||
ElementDimension newElementDimension = new ElementDimension(ParentArea, nIndex, dDimension);
|
||||
return newElementDimension;
|
||||
|
||||
Reference in New Issue
Block a user