Archived
1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FoxTube/FoxTube.Core/Class1.cs
T
Michael Gordeev 893a86517b - Fresh start
- Added new core project
- Done main layout design
- Done video, channel, playlist and advert cards
2019-11-10 20:05:15 +03:00

13 lines
190 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FoxTube.Core
{
public sealed class Class1
{
}
}