예제 #1
0
 private void Exit(object sender, EventArgs e)               // Thoát chương trình
 {
     Application.Exit();
     AppIcon.Dispose();
 }