mirror of
https://github.com/XFox111/bonch-calendar.git
synced 2026-04-22 07:08:01 +03:00
init: initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace BonchCalendar;
|
||||
|
||||
public enum TimetableType
|
||||
{
|
||||
Classes = 1,
|
||||
Exams = 2,
|
||||
ExamsForExtramural = 4,
|
||||
Attestations = 14
|
||||
}
|
||||
Reference in New Issue
Block a user