Beispiel #1
0
 private void ExitBtn_Click(object sender, EventArgs e)
 {
     API.Dispose();
     API        = null;
     InfoDialog = null;
     GC.Collect();
     Application.Exit();
 }
Beispiel #2
0
 public void APIReq()
 {
     API = new webAPI(timeout, proxytype, country, anonymity, ssl);
 }