Guest User

Untitled

a guest
Jan 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. protected void Form1_Closing(object sender, System.ComponentModel.CancelEventArgs e)
  2. {
  3. ci=null;
  4. System.GC.RunFinalizers();
  5. Application.ExitThread();
  6. Application.Exit();
  7.  
  8. }
  9.  
  10. System.GC.RunFinalizers()
  11.  
  12. System.GC.WaitForPendingFinalizers()
Add Comment
Please, Sign In to add comment