Switch to submodules, add options UI, add license and initial readme

This commit is contained in:
2018-02-08 17:00:07 -05:00
parent 6f1f60dfbf
commit d784518863
21 changed files with 990 additions and 79 deletions

View File

@@ -4,5 +4,6 @@
{
public string Name { get; set; }
public string Url { get; set; }
public bool Enabled { get; set; }
}
}