Adroit.Data.ProjectStorage.Close C# (CSharp) Method

Close() public static method

public static Close ( ) : void
return void
        public static void Close()
        {
            if (s_Storage != null)
                s_Storage.Close ();
        }
ProjectStorage