/// <summary>
 /// Constructor of the class
 /// </summary>
 public IBaseStorageWrapper()
 {
     foCollection = new FileObjectCollection();
 }
Esempio n. 2
0
 /// <summary>
 /// Constructor of the class
 /// </summary>
 public IBaseStorageWrapper()
 {
     foCollection = new FileObjectCollection();
 }