clean out some stuff

This commit is contained in:
Adam Ierymenko 2024-09-14 08:21:08 -04:00
commit 9e4ce68444
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
100 changed files with 2 additions and 10855 deletions

View file

@ -1,23 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace WinUI
{
class CentralServer
{
public CentralServer()
{
ServerURL = "https://my.zerotier.com";
}
[JsonProperty("server_url")]
public string ServerURL { get; set; }
[JsonProperty("api_key")]
public string APIKey { get; set; }
}
}