Esempio n. 1
0
 public void InitializeFromContainer(ITypesContainer container)
 {
     this.IsInitialized          = true;
     this._browserElementFactory = container.Resolve <IBrowserElementFactory>();
 }
Esempio n. 2
0
 public FileLoader(IBrowserElementFactory browserElementFactory, IFileDriver fileDriver)
 {
     this._browserElementFactory = browserElementFactory;
     this._fileDriver            = fileDriver;
 }
Esempio n. 3
0
 public FileBrowser(IBrowserElementFactory browserElementFactory)
 {
     this._browserElementFactory = browserElementFactory;
 }