コード例 #1
0
ファイル: BUser.cs プロジェクト: tienbui123/Mobile-VS2
		public static void LogOut(SQLiteConnection connection)
		{
			DataProvider dtb = new DataProvider (connection);
			dtb.DeleteAll ();
		}