mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 12:01:28 +12:00
Add Multiplatform HISP-NOOBS
This commit is contained in:
parent
b3df338715
commit
cdc136dcd4
24 changed files with 2140 additions and 668 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue