Tmx.SQLiteData.SQLiteData C# (CSharp) Method

SQLiteData() static private method

static private SQLiteData ( ) : System.Collections.Generic
return System.Collections.Generic
        static SQLiteData()
        {
            Databases = new List<IDatabase>();
        }
        
SQLiteData