标签: 数据库

1 篇文章

Xamarin 使用数据库
public class Database { const string file = "database.db"; public static SQLiteConnection Connection { get; private set; } static Database() { var path = Path.Combine(Environm…