Beispiel #1
0
        public static void CreateDatabase()
        {
            var context = new WPSQLite();

            context.Connection.CreateTable(typeof(AlunoData));
        }
        public static void CreateDatabase()
        {
            var context = new WPSQLite();

            context.Connection.CreateTable(typeof(AlunoData));
        }