Xamarin 使用数据库
📝
内容提要
public class Database { const string file = "database.db"; public static SQLiteConnection Connection { get; private set; } static Database() { var path =...
➡️
public class Database { const string file = "database.db"; public static SQLiteConnection Connection { get; private set; } static Database() { var path =...