Beispiel #1
0
		public static void RemoveAllRM(SQLiteConnection connection)
		{
			DataProvider dtb = new DataProvider (connection);
			dtb.RemoveALlLHRemind ();
			dtb.RemoveALlLTRemind ();
		}