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