- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
public bool AddCellImage(Image Img, BaseAnalysisObjectsClassification AnAttr)
{
bool bRes = false;
for (; ; )
{
AddCell(Img, AnAttr);
bRes = true;
break;
}
return bRes;
}
nihau 17.11.2015 10:38 # +2
whirlwind 17.11.2015 12:56 # +1
kgm-rj 17.11.2015 11:06 # 0
Fike 17.11.2015 11:27 # +3
guest8 21.11.2019 00:40 # −999