public Temporary() { memo = new List <string>(32768); act = new Action(() => Save()); api = Futures.Get(); api.SendMemorize += OnReceiveMemorize; }
public static Futures Get() { if (api == null) { api = new Futures(); } return(api); }