1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Fixed calendar export, disable reminders option has been removed from menu

This commit is contained in:
Michael Gordeev
2019-12-24 16:06:52 +03:00
parent 1e8cf30374
commit 00e6ef49ba
4 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
public string Faculty { get; set; }
public int Course { get; set; }
public string Group { get; set; }
public int? Reminder { get; set; }
public int Reminder { get; set; }
public bool AddGroupToTitle { get; set; }
}
}