Tigwi.UI.Models.Storage.StorageContext.StorageContext C# (CSharp) Method

StorageContext() public method

Initializes a new instance of the StorageContext class.
public StorageContext ( IStorage storageObj ) : Tigwi.Storage.Library
storageObj IStorage /// The storage object. ///
return Tigwi.Storage.Library
        public StorageContext(IStorage storageObj)
        {
            this.storageObj = storageObj;
        }