TileCook.MBTilesCache.CreateMBTiles C# (CSharp) Method

CreateMBTiles() private method

private CreateMBTiles ( string Database, string Format ) : void
Database string
Format string
return void
        private void CreateMBTiles(string Database, string Format)
        {
            if (Format == null)
            {
                throw new ArgumentNullException("Format must not be null");
            }
        }