Add Multiplatform HISP-NOOBS

This commit is contained in:
Li 2022-07-19 16:40:51 +12:00
parent b3df338715
commit cdc136dcd4
24 changed files with 2140 additions and 668 deletions

View file

@ -21,7 +21,6 @@ namespace HISP.Noobs
{
public static class Program
{
public static Random rand = new Random(Guid.NewGuid().GetHashCode());
private static LoadingForm lfrm;
public static string BaseDir;
private static ContentServer cs;
@ -63,10 +62,6 @@ namespace HISP.Noobs
lfrm.StartProgress.Increment(1);
}
}
public static string GetOctlet()
{
return rand.Next(0, 255).ToString();
}
public static void ShowCrash(bool error, string type, string text)
{