Exemplo n.º 1
0
 public void SetContentVecTab(DsFilesClassification.ContentVecDataTable tab)
 {
     _tab = tab;
 }
Exemplo n.º 2
0
 public ContentVectorDataTableWriter(DsFilesClassification.ContentVecDataTable tab)
 {
     _tab = tab;
 }
Exemplo n.º 3
0
 public ContentVectorDataTableWriter()
 {
     _tab = new DsFilesClassification.ContentVecDataTable();
 }