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