mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
UWP folder cleanup and improvements
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using GUTSchedule.Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace GUTSchedule.UWP
|
||||
{
|
||||
public static class Calendar
|
||||
{
|
||||
public static void Export(List<Occupation> schedule)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user