Fix to import Transitions in Grids (tables) and handle the dash characters

Added a Set method to MyGrid
This commit is contained in:
2016-08-31 18:40:25 +00:00
parent ae2473ba24
commit 0245c9fe7a
2 changed files with 90 additions and 25 deletions

View File

@@ -453,6 +453,10 @@ namespace VEPROMS.CSLA.Library
if (_MyGrid == null) _MyGrid = Grid.New(this);
return _MyGrid;
}
set
{
_MyGrid = value;
}
}
private int _ContentImageCount = 0;
/// <summary>