public ServerModel() { hash = new Hashing(); store = new Storage(); planes = new IFlight[Hashing.arraySize]; }
public static string SendHashTable() { string hashtable = Hashing.SendHashTable(); return(hashtable); }