mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Cleanup and optimization of the parser (not finished)
This commit is contained in:
@@ -40,11 +40,11 @@ namespace GUTSchedule.Droid
|
||||
cursor.Close();
|
||||
}
|
||||
|
||||
public static void Export(IEnumerable<Subject> schedule)
|
||||
public static void Export(IEnumerable<Occupation> schedule)
|
||||
{
|
||||
DataSet data = Data.DataSet;
|
||||
|
||||
foreach (Subject item in schedule)
|
||||
foreach (Occupation item in schedule)
|
||||
{
|
||||
ContentValues eventValues = new ContentValues();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user