Ejemplo n.º 1
0
 public FileContentDataFactory()
 {
     _contentDataFactory       = new ContentDataFactory();
     _filePathConverter        = new FilePathConverter();
     _imageFilePathConverter   = new ImageFilePathConverter();
     _unknownFilePathConverter = new UnknownFilePathConverter();
     _pdfPathConverter         = new PdfPathConverter();
 }
Ejemplo n.º 2
0
 protected virtual void Start()
 {
     _factory            = FindObjectOfType <EntryFactory>();
     _contextPanel       = FindObjectOfType <ContextPanel>();
     _entryDatasFactory  = new EntryDataFactory();
     _contentDataFactory = new ContentDataFactory();
     _entryList          = FindObjectOfType <EntriesList>();
     _entryRepository    = FindObjectOfType <EntryDataRepository>();
 }