Guest User

Untitled

a guest
Jul 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var local = FileSystem.Current.LocalStorage.Path;
  2. var datafile = PortablePath.Combine(local, "counters.db3");
  3. connection = new SQLiteAsyncConnection(datafile);
  4. connection.GetConnection();
Add Comment
Please, Sign In to add comment